18 lines
470 B
Bash
18 lines
470 B
Bash
# Template file for 'xkbprint'
|
|
pkgname=xkbprint
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxkbfile-devel"
|
|
short_desc="Print an XKB keyboard description"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=99cc9404f7b90289ae04944c0d98a208cc8b158492ad6481386e31d4d09aa7b0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|