slock: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:52:11 +00:00
parent 9697904940
commit 786fa9b513
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 32 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
RWSagIOpLGJF3y8R2cdPzMgESAtVR3La6WZuylGv6Tcg+3edl9L2R0E/RB7pLAAi3rMSHnE+M/7X+ciRDqI+Knv9yBwfqho13Qk=
SHA256 (Pkgfile) = be66816b0b49310c2815451fd3360a813f2ec9007abfddeb40a11eeb576cad57
SHA256 (.footprint) = 5f7d8bfedcbf7f060a1997b9b8798c28e8fc6cc2ed9457566989e12a15d831ad
SHA256 (slock-1.5.tar.gz) = aee1e3fbf6a277fb625a3838073b979b6483e7baca4ce82f56de1ff192db0e4d

View File

@ -1,20 +0,0 @@
# Description: A simple X display locker
# URL: https://tools.suckless.org/slock
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: xorg-libxext xorg-libxrandr
name=slock
version=1.5
release=1
source=(https://dl.suckless.org/tools/${name}-${version}.tar.gz)
build() {
cd ${name}-${version}
sed -i'' -Ee 's/nogroup/nobody/' config.def.h
make
make PREFIX=/usr DESTDIR="${PKG}" install
}
# s-sh-mode