New package: mmutils-1.0
This commit is contained in:
parent
6eb350fd72
commit
8d2efc87f6
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'mmutils'
|
||||
pkgname=mmutils
|
||||
version=1.0
|
||||
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=a7e4ac23c29349a0baa606c8a2e3a66b00127da1b31aa8b650aa343827a194c0
|
||||
|
||||
LDFLAGS="-lxcb -lxcb-randr"
|
||||
|
||||
pre_build() {
|
||||
export LD=${CC}
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue