New package: sres-0.2
This commit is contained in:
parent
16c6b18bfb
commit
b9fc909e63
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'sres'
|
||||||
|
pkgname=sres
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="xcb-util-devel"
|
||||||
|
short_desc="Print the current screen resolution on stdout"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="https://github.com/baskerville/sres/"
|
||||||
|
distfiles="https://github.com/baskerville/sres/archive/${version}.tar.gz"
|
||||||
|
checksum=deb2030a32145984a2a0097a7f6245ab18c907ae233e10e519deccdf008e15e9
|
||||||
|
|
||||||
|
do_build(){
|
||||||
|
make CC=$CC ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install(){
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue