sutils: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:26:44 +00:00
parent 5148af00e3
commit 1d9c132778
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,10 +0,0 @@
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

View File

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

View File

@ -1,16 +0,0 @@
# 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
}