mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-27 13:02:13 +08:00
20 lines
409 B
Bash
20 lines
409 B
Bash
|
|
||
|
pkgname=keyboardctl
|
||
|
pkgver=0.1.6
|
||
|
pkgrel=1
|
||
|
arch=('x86_64')
|
||
|
pkgdesc="Keymap setup program"
|
||
|
url="https://github.com/manjaro/keyboardctl"
|
||
|
license=('GPL')
|
||
|
options=('emptydirs')
|
||
|
depends=('kbd' 'xkeyboard-config' 'systemd')
|
||
|
makedepends=('git')
|
||
|
install=keyboardctl.install
|
||
|
source=("git://github.com/manjaro/keyboardctl.git")
|
||
|
md5sums=('SKIP')
|
||
|
|
||
|
package() {
|
||
|
cd ${srcdir}/${pkgname}
|
||
|
|
||
|
make DESTDIR="$pkgdir" install
|
||
|
}
|