summaryrefslogtreecommitdiff
path: root/x11-misc/xshot/xshot-1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-28 09:57:47 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-28 09:57:47 +0200
commit6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1 (patch)
treed8fff2a7fdf5210e45ae60b3ff22ab3373f9c7c6 /x11-misc/xshot/xshot-1.ebuild
parent5ec10057c94f2dd0bbab4639c53d1908d0956b5f (diff)
downloadgentoo-personal-overlay-6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1.tar.gz
gentoo-personal-overlay-6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1.tar.bz2
gentoo-personal-overlay-6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1.zip
Add xshot package
Diffstat (limited to 'x11-misc/xshot/xshot-1.ebuild')
-rw-r--r--x11-misc/xshot/xshot-1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-misc/xshot/xshot-1.ebuild b/x11-misc/xshot/xshot-1.ebuild
new file mode 100644
index 0000000..8e89304
--- /dev/null
+++ b/x11-misc/xshot/xshot-1.ebuild
@@ -0,0 +1,15 @@
+EAPI=7
+
+DESCRIPTION="Xorg easy and fast screenshot utility script"
+HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
+S="${WORKDIR}"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="media-gfx/imagemagick"
+
+src_install() {
+ doexe "${FILESDIR}/xshot"
+}