Skip to content

Commit

Permalink
keyd: new, 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poscat0x04 committed Nov 3, 2024
1 parent f2024a5 commit 34b4ae3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app-utils/keyd/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
abinfo "Installing helper scripts"

install -vDm 755 \
-t "$PKGDIR"/usr/share/keyd/ \
"$SRCDIR"/scripts/generate_xcompose \
"$SRCDIR"/scripts/dump-xkb-config
7 changes: 7 additions & 0 deletions app-utils/keyd/autobuild/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
abinfo "Building keyd"

make PREFIX=/usr

abinfo "Installing keyd"

make PREFIX=/usr DESTDIR="$PKGDIR/" install
7 changes: 7 additions & 0 deletions app-utils/keyd/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PKGNAME=keyd
PKGSEC=utils
PKGDEP="perl"
PKGRECOM="python-3 python-xlib dbus-python"
PKGDES="A low-level key remapping daemon for linux"

ABTYPE=self
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g keyd
4 changes: 4 additions & 0 deletions app-utils/keyd/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=2.5.0
SRCS="git::commit=tags/v$VER::https://github.com/rvaiya/keyd.git"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=236441"

0 comments on commit 34b4ae3

Please sign in to comment.