diff --git a/srcpkgs/kmonad/template b/srcpkgs/kmonad/template new file mode 100644 index 00000000000..a573c6bef1c --- /dev/null +++ b/srcpkgs/kmonad/template @@ -0,0 +1,18 @@ +# Template file for 'kmonad' +pkgname=kmonad +version=0.3.0 +revision=1 +build_style=haskell-stack +stackage=lts-14.07 +short_desc="Keyboard remapping utility providing qmk-like functionality" +maintainer="slotThe " +license="MIT" +homepage="https://github.com/david-janssen/kmonad" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum="3f61c546d456354a15326558eb8025024ab3d51ef2f6ec761da5568e4473f7ec" +nopie_files="/usr/bin/kmonad" +nocross=yes + +post_install() { + vlicense LICENSE +}