summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-03-04 05:20:28 -0500
committerTim Harder <radhermit@gentoo.org>2017-03-04 05:21:08 -0500
commitc01fc32722c74e0a733f480725b94fe45863830d (patch)
treea136a51a0a7eb6ca28e492974c121516f5bcaf1f /app-misc/dtach/dtach-0.9.ebuild
parentmedia-sound/qtgain: version bump 1.0.0 (diff)
downloadgentoo-c01fc32722c74e0a733f480725b94fe45863830d.tar.gz
gentoo-c01fc32722c74e0a733f480725b94fe45863830d.tar.bz2
gentoo-c01fc32722c74e0a733f480725b94fe45863830d.zip
app-misc/dtach: version bump to 0.9
Diffstat (limited to 'app-misc/dtach/dtach-0.9.ebuild')
-rw-r--r--app-misc/dtach/dtach-0.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild
new file mode 100644
index 000000000000..1c747ebd8b9e
--- /dev/null
+++ b/app-misc/dtach/dtach-0.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Emulates the detach feature of screen"
+HOMEPAGE="http://dtach.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+IUSE=""
+
+src_install() {
+ dobin dtach
+ doman dtach.1
+ dodoc README
+}