xbindkeys: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 14:49:47 +02:00
parent 6acdb98346
commit c5fa7b0535
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 32 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xbindkeys
-rwxr-xr-x root/root usr/bin/xbindkeys_show
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/xbindkeys.1.gz
-rw-r--r-- root/root usr/share/man/man1/xbindkeys_show.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yBoyXFWPWkds0+swWNGJOTfdUsvCwnKisXeFE1LihZw1/9FwD/s4c2kwMNHwIxXnApzz3/kKyoxg4lKQHlPEwA=
SHA256 (Pkgfile) = f7aeb9c34abe3a31ab3ebe86e23971c594d02288adcea9cf26102d52fa565ec2
SHA256 (.footprint) = 87879c384684e676f90a9d7ee73294d8c5f449702d192f33d04929957a721ef8
SHA256 (xbindkeys-1.8.7.tar.gz) = a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2

View File

@ -1,18 +0,0 @@
# Description: Allows you to launch shell commands with your keyboard or your mouse under xorg.
# URL: https://www.nongnu.org/xbindkeys/xbindkeys.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: xorg-libx11
name=xbindkeys
version=1.8.7
release=1
source=(http://www.nongnu.org/xbindkeys/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-guile
make
make DESTDIR=$PKG install
}