18 lines
450 B
Bash
18 lines
450 B
Bash
# Template file for 'rgb'.
|
|
pkgname=rgb
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorgproto"
|
|
short_desc="Xorg color name database & tools"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
distfiles="${XORG_SITE}/app/rgb-${version}.tar.xz"
|
|
checksum=fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|