1
0
forked from ports/contrib

sutils: initial import, version 0.2

This commit is contained in:
John Vogel 2019-06-23 23:24:37 -04:00
parent 4f3a106836
commit e0c535e96e
3 changed files with 31 additions and 0 deletions

10
sutils/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/battery
-rwxr-xr-x root/root usr/bin/clock
-rwxr-xr-x root/root usr/bin/essid
-rwxr-xr-x root/root usr/bin/exist
-rwxr-xr-x root/root usr/bin/narg
-rwxr-xr-x root/root usr/bin/temp
-rwxr-xr-x root/root usr/bin/uq
-rwxr-xr-x root/root usr/bin/volume

5
sutils/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zARPMTUIqphGeHCLOt4FcXXMsQzpZ5kVp2jke6tlSyFHucIqNGhL0w2JGYTZtXwxmAd9WNSCmC0V73TAmcFXgM=
SHA256 (Pkgfile) = 9f6e2a9a4cb248fbe2ab808565bdb57bebfd3dbb4fca39db2676c0d19884c03f
SHA256 (.footprint) = 872061b4f28d49b768636bd2be29606934c7554baaafbc851b0a43fb62c8c093
SHA256 (sutils-0.2.tar.gz) = da8cccace32094430be572cf59d85256023edf9107b12c926c7beb29586c56a3

16
sutils/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Small command-line utilities
# URL: https://github.com/baskerville/sutils
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: alsa-lib
name=sutils
version=0.2
release=1
source=(https://github.com/baskerville/sutils/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
make SHELL=/bin/bash PREFIX=/usr DESTDIR=$PKG install
}