summaryrefslogtreecommitdiff
path: root/opt/stik/MAKEPKG
blob: abe3176c67e6fce601792cb225df675da0413fe8 (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/$name-$version.tar.gz)

makedeps=()

sha256sums=(
    "be4b356b4a1b3deb29930de04d7502948cf0e678dd3bcbd6185da863a136bff1"
)

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

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

# vim: filetype=sh