summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64957ae57fa87b267b7dfd63c0fd2e5e95391894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgname=keymap-sandsmark
pkgver=2
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/"
}