arch/pkg/de-p1st-keyboard/PKGBUILD

31 lines
590 B
Bash
Raw Normal View History

2021-04-20 11:48:53 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=keyboard
_reponame=arch-pkg
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc="vconsole (virtual console) keyboard configuration"
2021-04-20 11:48:53 +02:00
arch=('any')
url="https://git.privacy1st.de/langfingaz/${_reponame}"
license=('MIT')
groups=()
depends=()
2021-04-22 13:37:47 +02:00
makedepends=('git')
2021-04-20 11:48:53 +02:00
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+${url}.git")
noextract=()
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
install -Dm0644 vconsole.conf "$pkgdir"/etc/vconsole.conf
}