19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'kmonad'
|
|
pkgname=kmonad
|
|
version=0.4.1
|
|
revision=2
|
|
build_style=haskell-stack
|
|
stackage=lts-17.5
|
|
short_desc="Keyboard remapping utility providing qmk-like functionality"
|
|
maintainer="slotThe <soliditsallgood@mailbox.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/david-janssen/kmonad"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=cb66f0c6d4c304c7e3c48cefd0c50ea00b156ffc361e278e1fc5c6070317d927
|
|
nopie_files="/usr/bin/kmonad"
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall ${FILESDIR}/60-kmonad.rules 644 usr/lib/udev/rules.d
|
|
}
|