18 lines
510 B
Bash
18 lines
510 B
Bash
# Template build file for 'setxkbmap'.
|
|
pkgname=setxkbmap
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="Set the keyboard map using the X Keyboard Extension"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|