dtach: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:08:43 +00:00
parent 5b445df359
commit eb1c7938ec
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dtach
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/dtach.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF358HSR+fRL51eP6F/l3eKiFskyjvRVL1/I6LmEjM4QnEIFHOwy67FLbQyJP0whgY1yjpwbX6NMx51ERCcZk7jwA=
SHA256 (Pkgfile) = 936d7247a2655cad8bea4f112cdd8b402c56d9cb5f5c7062f7a11465e26b513b
SHA256 (.footprint) = 12dd84eecfdce7dfc9fb7d046cebe6d703158aa054310a21b0825bf8afbaff32
SHA256 (dtach-0.9.tar.gz) = 39ec9f8cd95d497caab81b934f85ef090611dedc9e315cde8d01f6324e36565a

View File

@ -1,22 +0,0 @@
# Description: Emulates the detach feature of screen.
# URL: https://github.com/crigler/dtach
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=dtach
version=0.9
gitver=7acac922770597f5da5df7b290078770d20dac32
release=3
source=(https://github.com/crigler/${name}/archive/${gitver}/${name}-${version}.tar.gz)
build() {
cd ${name}-${gitver}
./configure
make
install -D -m 755 ${name} "${PKG}"/usr/bin/${name}
install -D -m 644 ${name}.1 "${PKG}"/usr/share/man/man1/${name}.1
}
# s-sh-mode