summaryrefslogtreecommitdiff
path: root/opt/stik/MAKEPKG
blob: 12497cf61c63af01604a45fd6431ec7285b7a811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/mkpkg
# description: Minimal removable device mount/unmount utility
# url: https://rawnix.org

name=stik
version=1.2
release=1
permissions=(/usr/bin/stik:root:plugdev:4750)
source=(https://dl.rawnix.org/zorz/$name-$version.tar.gz)

makedeps=()

sha256sums=(
    "7f027c16ac62eabdb213a662efd19c13636a5a15b8a34079b8f3113efad77743"
)

build() {
	cd $name-$version
	make CC=${CC:-cc}
	make DESTDIR=$PKG install
}

signify() {
    untrusted comment: public key
    RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}

# vim: filetype=sh