18 lines
466 B
Bash
18 lines
466 B
Bash
# Template file for 'transset'
|
|
pkgname=transset
|
|
version=1.0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel"
|
|
short_desc="Set transparency on a X window"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=1fe38f30dddd0dd88b5f05f121e5c6632315915468cd6a49d65fc0b17aa3e6fe
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|