void-packages/srcpkgs/keyd/template

21 lines
618 B
Bash
Raw Normal View History

2022-05-19 07:52:28 +02:00
# Template file for 'keyd'
pkgname=keyd
2022-06-28 16:21:59 +02:00
version=2.4.1
2022-05-19 07:52:28 +02:00
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"
2022-06-28 16:21:59 +02:00
checksum=23e6eac529b0c07ad99420c2a8a75967b7cadb0c3509284cc0f7633056dc50e2
2022-05-19 07:52:28 +02:00
system_groups="keyd"
post_install() {
vsv keyd
vlicense LICENSE
vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
}