summaryrefslogtreecommitdiff
path: root/dtach
diff options
context:
space:
mode:
authorSteffen Nurpmeso <steffen@sdaoden.eu>2021-01-27 14:44:46 +0100
committerSteffen Nurpmeso <steffen@sdaoden.eu>2021-01-27 14:44:46 +0100
commit25571a34d73e208cfa78ac8705437825c2c1e800 (patch)
tree6f1101378aa3dd23b026d4dea720a56c09151f90 /dtach
parentb5c2737bc70717206e3a10b4167d3df54822d6c3 (diff)
downloadcontrib-25571a34d73e208cfa78ac8705437825c2c1e800.tar.gz
contrib-25571a34d73e208cfa78ac8705437825c2c1e800.tar.xz
dtach: take ownership. Change project site + download URL
Diffstat (limited to 'dtach')
-rw-r--r--dtach/.signature6
-rw-r--r--dtach/Pkgfile20
2 files changed, 14 insertions, 12 deletions
diff --git a/dtach/.signature b/dtach/.signature
index 3e7ba35ba..59d4c0ef9 100644
--- a/dtach/.signature
+++ b/dtach/.signature
@@ -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
diff --git a/dtach/Pkgfile b/dtach/Pkgfile
index 051a476a7..5095b5559 100644
--- a/dtach/Pkgfile
+++ b/dtach/Pkgfile
@@ -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

Generated by cgit