18 lines
474 B
Bash
18 lines
474 B
Bash
# Template file for 'xkbprint'
|
|
pkgname=xkbprint
|
|
version=1.0.7
|
|
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=1c4f49c030329e0defd8c7bc3739e60f2aa1d2aabe0e2d7e63740ab629aa59cc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|