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