27 lines
604 B
Bash
27 lines
604 B
Bash
# Template file for 'mmutils'
|
|
pkgname=mmutils
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libxcb-devel"
|
|
short_desc="Set of utilities to easily get xrandr monitor information"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://github.com/pockata/mmutils"
|
|
distfiles="https://github.com/pockata/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=949a817e8a5fdb12aab09161b96111b0d0473d91ba63867edbeaae01310c8f31
|
|
|
|
LDFLAGS="-lxcb -lxcb-randr"
|
|
|
|
pre_build() {
|
|
export LD=${CC}
|
|
}
|
|
|
|
pre_install() {
|
|
vmkdir usr/share/man/man1
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|