dtach: update to 0.9.

This commit is contained in:
Michael Gehring 2016-05-11 05:43:11 +02:00
parent c4e25db709
commit a709120d97

View File

@ -1,16 +1,16 @@
# Template file for 'dtach'
pkgname=dtach
version=0.8
revision=5
version=0.9
revision=1
build_style=gnu-configure
short_desc="Tiny program that emulates the detach feature of GNU screen"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://dtach.sourceforge.net/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
checksum=32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
do_install() {
vinstall dtach 755 usr/bin
vinstall dtach.1 644 usr/share/man/man1
vman dtach.1
}