18 lines
472 B
Bash
18 lines
472 B
Bash
# Template file for 'xgamma'
|
|
pkgname=xgamma
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXxf86vm-devel"
|
|
short_desc="Alter gamma correction"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|