void-packages/srcpkgs/xmodmap/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
499 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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c
post_install() {
vlicense COPYING
}