summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-02-27 11:33:03 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-02-27 11:39:35 +0100
commit31b3803008585f988f6202c3aea0a6bcbbea72cd (patch)
tree114e24d7bfbb6ef628f29fbb9e49f450c1acb421 /media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
parentnet-vpn/tor: stable 0.3.5.8 for ppc, bug #678586 (diff)
downloadgentoo-31b3803008585f988f6202c3aea0a6bcbbea72cd.tar.gz
gentoo-31b3803008585f988f6202c3aea0a6bcbbea72cd.tar.bz2
gentoo-31b3803008585f988f6202c3aea0a6bcbbea72cd.zip
media-gfx/ttygif: new ebuild.
ttygif is a tool to convert terminal recordings to animated gifs. Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-gfx/ttygif/ttygif-1.80_p20181218.ebuild')
-rw-r--r--media-gfx/ttygif/ttygif-1.80_p20181218.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
new file mode 100644
index 000000000000..32b4aa70ac51
--- /dev/null
+++ b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot
+
+# Commit Date: Dec 18th 2018
+COMMIT="362bc381c1c2449509e732d68f07656caf46b420"
+
+DESCRIPTION="Convert terminal recordings to animated gifs"
+HOMEPAGE="https://github.com/icholy/ttygif"
+SRC_URI="https://github.com/icholy/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( LICENSE README.md )
+
+RDEPEND="
+ x11-apps/xwd
+ app-misc/ttyrec
+ media-gfx/imagemagick"
+
+src_install() {
+ dobin "${PN}"
+ einstalldocs
+}