arch/pkg/de-p1st-keyboard/PKGBUILD

31 lines
581 B
Bash
Raw Normal View History

2021-04-20 11:48:53 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=keyboard
2021-04-26 18:28:17 +02:00
_reponame=arch
2021-04-20 11:48:53 +02:00
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
2021-04-26 18:25:29 +02:00
pkgrel=2
pkgdesc="vconsole (virtual console) keyboard configuration"
2021-04-20 11:48:53 +02:00
arch=('any')
2021-04-26 18:25:29 +02:00
url="https://codeberg.org/privacy1st/${_reponame}"
2021-04-20 11:48:53 +02:00
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
}