18 lines
498 B
Bash
18 lines
498 B
Bash
# Template file for 'xmodmap'
|
|
pkgname=xmodmap
|
|
version=1.0.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="X modmap program to modify keymaps and pointer button mappings"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|