mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:37:14 +08:00
adding xbindkeys, probably voted in from ccr
This commit is contained in:
parent
bfd03a8d07
commit
7445a93f0c
30
xbindkeys/PKGBUILD
Normal file
30
xbindkeys/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas[at]chakra-project[dot]org>
|
||||
# contributor https://www.archlinux.org/packages/community/x86_64/xbindkeys/
|
||||
|
||||
pkgname=xbindkeys
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
pkgdesc="Launch shell commands with keyboard or mouse under X"
|
||||
arch=('x86_64')
|
||||
url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
|
||||
license=('GPL')
|
||||
depends=('libx11' 'guile')
|
||||
optdepends=('tk: xbindkeys_show')
|
||||
source=("http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('4b66a05594dbc6888c0a6439351aa66d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user