summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4eba4bd6cf682676bf8dd8591e6ae3752a6f9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Christian Hesse <mail@eworm.de>

pkgname=mkinitcpio-chkeymap
pkgver=0.2.0
pkgrel=2
pkgdesc='Set keymap and timezone for main system inside initrd'
arch=('any')
depends=('terminus-font')
makedepends=('git')
url='https://github.com/eworm-de/mkinitcpio-chkeymap'
license=('GPL')
install=mkinitcpio-chkeymap.install
backup=('etc/vconsole.conf'
	'etc/X11/xorg.conf.d/00-keyboard.conf')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("git+https://github.com/eworm-de/mkinitcpio-chkeymap.git#tag=${pkgver}?signed")
sha256sums=('SKIP')

package() {
	cd mkinitcpio-chkeymap/

	make DESTDIR="${pkgdir}" install
}