void-packages/srcpkgs/sres/template

21 lines
519 B
Bash
Raw Normal View History

2015-11-01 23:01:50 +00:00
# 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
}