void-packages/srcpkgs/xrdb/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

19 lines
534 B
Bash

# Template file for 'xrdb'
pkgname=xrdb
version=1.2.0
revision=2
build_style=gnu-configure
configure_args="--with-cpp=/usr/bin/mcpp"
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
depends="mcpp"
short_desc="X server resource database utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946
post_install() {
vlicense COPYING
}