void-packages/srcpkgs/dtach/template

18 lines
506 B
Bash
Raw Normal View History

2011-06-23 23:36:07 +00:00
# Template file for 'dtach'
pkgname=dtach
version=0.8
2015-08-29 09:11:09 +00:00
revision=5
build_pie=yes
2014-02-18 16:09:33 +00:00
build_style=gnu-configure
2014-02-18 16:13:01 +00:00
short_desc="Tiny program that emulates the detach feature of GNU screen"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-06-23 23:36:07 +00:00
homepage="http://dtach.sourceforge.net/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2011-06-23 23:36:07 +00:00
checksum=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
do_install() {
2014-02-18 16:09:33 +00:00
vinstall dtach 755 usr/bin
vinstall dtach.1 644 usr/share/man/man1
2011-06-23 23:36:07 +00:00
}