From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- opt/stik/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 opt/stik/MAKEPKG (limited to 'opt/stik/MAKEPKG') 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 -- cgit v1.3.1