summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-07-22 13:06:43 +0200
committerMartin T. H. Sandsmark2020-07-22 13:09:27 +0200
commit6c89eaf580a3c8dfbcd00799f8dfaa156ae8032f (patch)
tree06a569d7c356e72be0018c2631c93ffba098082c /PKGBUILD
downloadaur-6c89eaf580a3c8dfbcd00799f8dfaa156ae8032f.tar.gz
initial
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..35b4de02f399
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+pkgname=keymap-sandsmark
+pkgver=1
+pkgrel=1
+pkgdesc="console keymap equivalent to 'us altgr-intl compose:rctrl ctrl:nocaps' in X11"
+arch=(any)
+url="https://github.com/sandsmark"
+license=(GPL3)
+source=("sandsmark.map")
+md5sums=("SKIP") # handled by git
+
+package() {
+ install -D -m644 sandsmark.map -t "${pkgdir}/usr/share/kbd/keymaps/i386/qwerty/"
+}