16 lines
450 B
Bash
16 lines
450 B
Bash
# Template file for 'dtach'
|
|
pkgname=dtach
|
|
version=0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Tiny program that emulates the detach feature of GNU screen"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
homepage="http://dtach.sourceforge.net/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
|
|
|
|
do_install() {
|
|
vbin dtach
|
|
vman dtach.1
|
|
}
|