| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
DESCRIPTION="A dead-simple shellscript around scrot and mpv for taking screenshots"
HOMEPAGE="https://ari.lt/gh/shot"
SRC_URI="https://ari.lt/gh/shot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
sys-apps/coreutils
>=media-gfx/scrot-1.4
>=media-video/mpv-0.33.1-r2
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin shot
}
sys-apps/coreutils >=media-gfx/scrot-1.4 >=media-video/mpv-0.33.1-r2
sys-apps/coreutils >=media-gfx/scrot-1.4 >=media-video/mpv-0.33.1-r2
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | shot-0.2.tar.gz | 12982 bytes | https://ari.lt/gh/shot/archive/v0.2.tar.gz |