From 7318c622bb186856e330cf519c1a9ce96f2f1645 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 22 May 2018 10:51:46 -0400 Subject: add ckbcomp --- pcr-testing/ckbcomp/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pcr-testing/ckbcomp/PKGBUILD (limited to 'pcr-testing') diff --git a/pcr-testing/ckbcomp/PKGBUILD b/pcr-testing/ckbcomp/PKGBUILD new file mode 100644 index 000000000..a2df9ad7c --- /dev/null +++ b/pcr-testing/ckbcomp/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: bill-auger +# Contributor: Nissar Chababy +# Contributor: Jeroen Bollen + + +pkgname=ckbcomp +pkgver=1.184 +pkgrel=1 +pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol" +arch=('any') +url="https://tracker.debian.org/pkg/console-setup" +license=('GPL') + +depends=('perl') + +source=("http://ftp.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz") +sha256sums=('7c010f152003331f5560246494f781eca237b87bed69cb8cde6fae54c604fcb3') + + +package() +{ + cd console-setup + + install -D -m755 Keyboard/ckbcomp ${pkgdir}/usr/bin/ckbcomp +} -- cgit v1.2.3