dtach: tweak Pkgfile

This commit is contained in:
Steffen Nurpmeso 2021-02-08 23:12:48 +01:00
parent e43a610bfd
commit 73fddc7cee
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32hMU76Qekc4Y3rJfHwXf1iHlJGbdh8bo4u8LUZW3/xYEbKQ3Cp/LdlHBsks7XYyYRuGEioawiuKNThHfgN7AQs=
SHA256 (Pkgfile) = 4b020358a143900083f50a67af2451666995ca496e4343e3ab6fe66a6c4b34d3
RWSagIOpLGJF31PmGC1w0UJLVjC0c1CtUAQ9kT7Bcrl71IDO7DjPRto6qBhFW16kVmQSTPAt1o7goyd/Wepgo45LBoxf76TOSQI=
SHA256 (Pkgfile) = 3d09a84806260fbe075a510d7ddd0463b116ce59033c05533efccfc49449d5b4
SHA256 (.footprint) = 12dd84eecfdce7dfc9fb7d046cebe6d703158aa054310a21b0825bf8afbaff32
SHA256 (v0.9.tar.gz) = 5f7e8c835ee49a9e6dcf89f4e8ccbe724b061c0fc8565b504dd8b3e67ab79f82

View File

@ -5,17 +5,17 @@
name=dtach
version=0.9
release=2
source=(https://github.com/crigler/$name/archive/v$version.tar.gz)
source=(https://github.com/crigler/${name}/archive/v${version}.tar.gz)
build() {
cd $name-$version
cd ${name}-${version}
./configure
make
install -D -m 755 $name $PKG/usr/bin/$name
install -D -m 644 $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