From 1eb1f7a73666d0f9e48da302f1d0566c98aa3f36 Mon Sep 17 00:00:00 2001 From: slotThe Date: Thu, 14 Nov 2019 20:29:27 +0100 Subject: [PATCH] New package: kmonad-0.3.0 --- srcpkgs/kmonad/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/kmonad/template 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 +}