app-misc/quickscreenvid - 0.0.1 (chymeric)

Search

Install

Install this version:

emerge -a =app-misc/quickscreenvid-0.0.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/quickscreenvid-0.0.1

Or alternatively:

emerge --autounmask-write -a =app-misc/quickscreenvid-0.0.1

Package Information

Description:
The Personal Pastebin
Homepage:
https://github.com/TheChymera/quickscreenvid
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="The Personal Pastebin"
HOMEPAGE="https://github.com/TheChymera/quickscreenvid"
if [[ ${PV} == "9999" ]] ; then
	EGIT_REPO_URI="https://github.com/TheChymera/quickscreenvid.git"
	inherit git-r3
else
	SRC_URI="https://github.com/TheChymera/quickscreenvid/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
	S="${WORKDIR}/quickscreenvid-${PV}"
fi

LICENSE="MIT"
SLOT="0"

RDEPEND="
	gui-apps/slurp
	gui-apps/wf-recorder
"
RESTRICT="test"

src_install() {
	dobin "bin/quickscreenvid.sh"
	dobin "bin/quickscreenvid_kill.sh"
}

Inherited Eclasses

Dependencies

RDEPEND

	gui-apps/slurp
	gui-apps/wf-recorder

Manifest for 0.0.1

Type File Size Source URLs
DIST quickscreenvid-0.0.1.tar.gz 2927 bytes https://github.com/TheChymera/quickscreenvid/archive/0.0.1.tar.gz