17 lines
469 B
Bash
17 lines
469 B
Bash
# Template file for 'xgamma'
|
|
pkgname=xgamma
|
|
version=1.0.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXxf86vm-devel"
|
|
short_desc="Alter gamma correction"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|