17 lines
448 B
Bash
17 lines
448 B
Bash
# Template file for 'rgb'.
|
|
pkgname=rgb
|
|
version=1.0.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorgproto"
|
|
short_desc="RGB color database for X11"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|