forked from ports/contrib
dtach: take ownership. Change project site + download URL
This commit is contained in:
parent
b5c2737bc7
commit
25571a34d7
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF36yQmXlLfT+fCx+Ll1douSGwO4Me/48Ltd1jpMD5+iyAj/kVtCcTrlf7fgO6Hn8hswolMfrcHvuYmTKDuTaARw4=
|
||||
SHA256 (Pkgfile) = c16b06527ad2f2ed9cc37fb092588c38f1257fb20f66a3e160b43bc289159d46
|
||||
RWSagIOpLGJF32hMU76Qekc4Y3rJfHwXf1iHlJGbdh8bo4u8LUZW3/xYEbKQ3Cp/LdlHBsks7XYyYRuGEioawiuKNThHfgN7AQs=
|
||||
SHA256 (Pkgfile) = 4b020358a143900083f50a67af2451666995ca496e4343e3ab6fe66a6c4b34d3
|
||||
SHA256 (.footprint) = 12dd84eecfdce7dfc9fb7d046cebe6d703158aa054310a21b0825bf8afbaff32
|
||||
SHA256 (dtach-0.9.tar.gz) = 32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
|
||||
SHA256 (v0.9.tar.gz) = 5f7e8c835ee49a9e6dcf89f4e8ccbe724b061c0fc8565b504dd8b3e67ab79f82
|
||||
|
@ -1,19 +1,21 @@
|
||||
# Description: Emulates the detach feature of screen.
|
||||
# URL: http://dtach.sourceforge.net/
|
||||
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
||||
# URL: https://github.com/crigler/dtach
|
||||
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
|
||||
|
||||
name=dtach
|
||||
version=0.9
|
||||
release=1
|
||||
source=(https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz)
|
||||
release=2
|
||||
source=(https://github.com/crigler/$name/archive/v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure
|
||||
./configure
|
||||
|
||||
make
|
||||
make
|
||||
|
||||
install -Dm755 $name $PKG/usr/bin/$name
|
||||
install -Dm644 ${name}.1 $PKG/usr/share/man/man1/${name}.1
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user