void-packages/srcpkgs/xmodmap/template
2019-02-25 03:20:34 -03:00

18 lines
502 B
Bash

# Template file for 'xmodmap'
pkgname=xmodmap
version=1.0.10
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel"
short_desc="X modmap program to modify keymaps and pointer button mappings"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c
post_install() {
vlicense COPYING
}