diff options
Diffstat (limited to 'opt/stik/MAKEPKG')
| -rw-r--r-- | opt/stik/MAKEPKG | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/opt/stik/MAKEPKG b/opt/stik/MAKEPKG new file mode 100644 index 0000000..bef7ffc --- /dev/null +++ b/opt/stik/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: Minimal removable device mount/unmount utility +# url: https://rawnix.org + +name=stik +version=1.1 +release=1 +permissions=(/usr/bin/stik:root:plugdev:4755) +source=(https://dl.rawnix.org/$name-$version.tar.gz) + +makedeps=() + +sha256sums=( + "ca2b080adf25531eb929151af3bcf8b570706abf82891f297d6df84a28f2686e" +) + +build() { + cd $name-$version + make CC=${CC:-cc} + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
