ports/contrib (3.5): xbindkeys: initial commit, version 1.8.6
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 52ae800ae898dcc3534f961c9fc1e1313a860c6a Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 7 16:10:16 2020 +0000 xbindkeys: initial commit, version 1.8.6 diff --git a/xbindkeys/.footprint b/xbindkeys/.footprint new file mode 100644 index 000000000..97fae22fb --- /dev/null +++ b/xbindkeys/.footprint @@ -0,0 +1,9 @@ +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 diff --git a/xbindkeys/.md5sum b/xbindkeys/.md5sum new file mode 100644 index 000000000..5fb25e609 --- /dev/null +++ b/xbindkeys/.md5sum @@ -0,0 +1 @@ +393dd74f85850a4ba0803b5a78bc598b xbindkeys-1.8.3.tar.gz diff --git a/xbindkeys/.signature b/xbindkeys/.signature new file mode 100644 index 000000000..0722e3af7 --- /dev/null +++ b/xbindkeys/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3yRdf6YItzNqFzqCzGHDUqu6v5wdRgMv7S3I/Jlcp5iwAhghwnhlsJmcDylbQAb3GIwWZlGMpKIJhFl9QygeQgw= +SHA256 (Pkgfile) = 66bd6a568f5d470c02d2e1ed13ec4327a3c87be5abb4d7724897cab9b1ed29e0 +SHA256 (.footprint) = 87879c384684e676f90a9d7ee73294d8c5f449702d192f33d04929957a721ef8 +SHA256 (xbindkeys-1.8.6.tar.gz) = 6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18 diff --git a/xbindkeys/Pkgfile b/xbindkeys/Pkgfile new file mode 100644 index 000000000..0730561b7 --- /dev/null +++ b/xbindkeys/Pkgfile @@ -0,0 +1,18 @@ +# 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.6 +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 +}
participants (1)
-
crux@crux.nu