mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: xoris-0.1e
This commit is contained in:
parent
0595368381
commit
47849c5c2b
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xoris/template
Normal file
21
srcpkgs/xoris/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
${CC} ${CFLAGS} -o xoris main.c -lX11 ${LDFLAGS}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin xoris
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue