2021-04-23 10:22:16 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
2021-05-07 20:24:39 +02:00
|
|
|
_pkgname=keyboard-x11-de
|
2021-04-26 18:28:17 +02:00
|
|
|
_reponame=arch
|
2021-04-23 10:22:16 +02:00
|
|
|
pkgname="de-p1st-$_pkgname"
|
|
|
|
pkgver=0.0.1
|
2021-05-11 22:34:00 +02:00
|
|
|
pkgrel=2
|
2021-05-07 20:24:39 +02:00
|
|
|
pkgdesc="xorg (X11) keyboard configuration: de nodeadkeys"
|
2021-04-23 10:22:16 +02:00
|
|
|
arch=('any')
|
2021-04-26 18:25:29 +02:00
|
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
2021-04-23 10:22:16 +02:00
|
|
|
license=('MIT')
|
|
|
|
depends=()
|
|
|
|
makedepends=('git')
|
2021-05-07 20:24:39 +02:00
|
|
|
|
|
|
|
provides=('de-p1st-keyboard-x11')
|
|
|
|
conflicts=('de-p1st-keyboard-x11')
|
|
|
|
|
2021-04-23 10:22:16 +02:00
|
|
|
source=("git+${url}.git")
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${_reponame}/pkg/${pkgname}"
|
|
|
|
|
|
|
|
install -Dm0644 00-keyboard.conf "$pkgdir"/etc/X11/xorg.conf.d/00-keyboard.conf
|
|
|
|
}
|