New package: keyd-2.4.0
This commit is contained in:
parent
8d95e22a61
commit
6b3393255b
2 changed files with 22 additions and 0 deletions
2
srcpkgs/keyd/files/keyd/run
Normal file
2
srcpkgs/keyd/files/keyd/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec keyd
|
20
srcpkgs/keyd/template
Normal file
20
srcpkgs/keyd/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'keyd'
|
||||||
|
pkgname=keyd
|
||||||
|
version=2.4.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
|
short_desc="Key remapping daemon for linux"
|
||||||
|
maintainer="Barbaross <cullenrss@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/rvaiya/keyd"
|
||||||
|
changelog="https://raw.githubusercontent.com/rvaiya/keyd/master/docs/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/rvaiya/keyd/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=100007894ac4fa6e95f5de5c2fe992c8b00e68d9df76c4bcdd8402a29d7b4058
|
||||||
|
system_groups="keyd"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv keyd
|
||||||
|
vlicense LICENSE
|
||||||
|
vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue