sic: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:30:38 +00:00
parent d6baad683a
commit ca577c501c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 26 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sic
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sic.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32bXsyyISa3P5RjnPNDbs1Mg1GP2OPpjwpkDcz0lXJNpK68FfLyX4Vxh8xjmbpsSq508uebWBOFYTelITBL+TwM=
SHA256 (Pkgfile) = 3e5e0842554bb725382c767eeaeef489ee2b5ddac2490e32eed33affff6f5f28
SHA256 (.footprint) = 52a0815dd772c0865f4127c674bb158494683556a4ecd4271008dd27e4d859e0
SHA256 (sic-1.2.tar.gz) = ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185

View File

@ -1,14 +0,0 @@
# Description: extremely simple IRC client
# URL: http://tools.suckless.org/sic
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=sic
version=1.2
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG PREFIX=/usr install
}