sxhkd: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:46:00 +00:00
parent 05138c2220
commit 2b9ecd5afb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 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/sxhkd
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/sxhkd.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33mYpnYXfLyScsG2QYegUwuQ2AehGKqm/j1fCNHJO8tPzwyl/Dq6mIEAhBvtz/l+SmfuP94NF7VsZCCQgjqoEA8=
SHA256 (Pkgfile) = ede9fe6a71fc08051e2b1b40dfaf502adccd8b868e66ce3c98b24104a66ca674
SHA256 (.footprint) = 3619426b24a5ef3a4a962c092e646ecac3e44c265d13c5628673adce9448ffae
SHA256 (sxhkd-0.6.2.tar.gz) = 1edc8b1a8b3631c10ba9cb9df1181830dacbbdf77adb558e31d5dd2029637386

View File

@ -1,19 +0,0 @@
# Description: Simple X hotkey daemon
# URL: https://github.com/baskerville/sxhkd
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-xcb-util xorg-xcb-util-keysyms
name=sxhkd
version=0.6.2
release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build () {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
find $PKG -perm -g+w | xargs chmod g-w
}