first commit
This commit is contained in:
3
src/keybinder2/.gitignore
vendored
Normal file
3
src/keybinder2/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/keybinder2/changes.md
Normal file
2
src/keybinder2/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 0.3.1
|
||||
First version
|
16
src/keybinder2/pkg.sh
Normal file
16
src/keybinder2/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="keybinder2"
|
||||
DESC="Utility library registering global X keyboard shortcuts"
|
||||
VERSION="0.3.1"
|
||||
FILES=("https://github.com/kupferlauncher/keybinder/releases/download/v$VERSION/keybinder-$VERSION.tar.gz")
|
||||
HASHES=("a6d7caae0dcb040b08692b008a68a507")
|
||||
DEPENDS=("gtk2" "gobject-introspection")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf keybinder-$VERSION.tar.gz
|
||||
cd keybinder-$VERSION
|
||||
|
||||
./configure --prefix=/usr --disable-lua --disable-python
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r keybinder-$VERSION
|
||||
}
|
Reference in New Issue
Block a user