vp-build/srcpkgs/setxkbmap/template

18 lines
507 B
Bash

# Template file for 'setxkbmap'
pkgname=setxkbmap
version=1.3.2
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"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/setxkbmap-${version}.tar.bz2"
checksum=8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5
post_install() {
vlicense COPYING
}