17 lines
500 B
Bash
17 lines
500 B
Bash
# Template build file for 'xmodmap'.
|
|
pkgname=xmodmap
|
|
version=1.0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="X modmap program to modify keymaps and pointer button mappings"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=b7b0e5cc5f10d0fb6d2d6ea4f00c77e8ac0e847cc5a73be94cd86139ac4ac478
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|