20 lines
558 B
Bash
20 lines
558 B
Bash
# Template file for 'keyd'
|
|
pkgname=keyd
|
|
version=2.4.3
|
|
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=d4075f673879f4950c1c0d43985797603200e993596a5d7fcec1597c2350c380
|
|
system_groups="keyd"
|
|
|
|
post_install() {
|
|
vsv keyd
|
|
vlicense LICENSE
|
|
}
|