slock: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:32:16 +00:00
parent d1274ccb14
commit ed39186dcd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 37 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-xr-x root/root usr/bin/slock
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/slock.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y0WJ42T81ODMI1IlqLjMaudNUY5hphJHQcAwZg624mYj5HQzzpgGZUo5ZFcf+EQSwFnadhIaT6g2xo9ejrLPwM=
SHA256 (Pkgfile) = 240e2ac4d54bc93140340de65b67f3f787fec4163d28edace49c2239cb282459
SHA256 (.footprint) = 5f7d8bfedcbf7f060a1997b9b8798c28e8fc6cc2ed9457566989e12a15d831ad
SHA256 (slock-1.4.tar.gz) = b53849dbc60109a987d7a49b8da197305c29307fd74c12dc18af0d3044392e6a

View File

@ -1,15 +0,0 @@
# Description: simple X display locker
# URL: http://tools.suckless.org/slock
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on: xorg-libxrandr
name=slock
version=1.4
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build() {
cd $name-$version
make
make install PREFIX=/usr DESTDIR=$PKG
}

View File

@ -1,10 +0,0 @@
#!/bin/sh
if [ -z "`getent group nogroup`" ]; then
/usr/sbin/groupadd --system nogroup
fi
if [ -z "`getent passwd nobody`" ]; then
/usr/sbin/useradd -r -g nobody -M -s /bin/false nobody
/usr/bin/passwd -l nobody
fi