void-packages/srcpkgs/xoris/template

22 lines
558 B
Text
Raw Normal View History

2014-07-12 18:57:07 +00:00
# Template file for 'xoris'
pkgname=xoris
version=0.1e
revision=1
makedepends="libX11-devel"
depends="rgb"
short_desc="Grabs color from the screen and dumps it to stdout"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT/X11"
homepage="http://sourceforge.net/projects/xoris/"
2014-11-23 13:26:44 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
2014-07-12 18:57:07 +00:00
checksum=8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
do_build() {
${CC} ${CFLAGS} -o xoris main.c -lX11 ${LDFLAGS}
}
do_install() {
vbin xoris
vlicense LICENSE
}