contrib/dtach/Pkgfile

20 lines
439 B
Plaintext
Raw Normal View History

2019-07-28 01:41:38 +02:00
# Description: Emulates the detach feature of screen.
2020-07-14 21:48:09 +02:00
# URL: http://dtach.sourceforge.net/
2019-07-28 01:41:38 +02:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=dtach
version=0.9
release=1
source=(https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure
make
install -Dm755 $name $PKG/usr/bin/$name
install -Dm644 ${name}.1 $PKG/usr/share/man/man1/${name}.1
}