New package: herbe-1.0.0
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
bb4e2d0a38
commit
c437985a3b
22
srcpkgs/herbe/template
Normal file
22
srcpkgs/herbe/template
Normal file
@@ -0,0 +1,22 @@
|
||||
# Template file for 'herbe'
|
||||
pkgname=herbe
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libXft-devel"
|
||||
short_desc="Daemon-less notifications without D-Bus"
|
||||
maintainer="biopsin <biopsin@teknik.io>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dudik/herbe"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76
|
||||
|
||||
do_build() {
|
||||
# Patch Makefile to locate <ft2build.h>
|
||||
vsed 's|-I/usr/include/freetype2|-I${XBPS_CROSS_BASE}/usr/include/freetype2|' \
|
||||
-i ${wrksrc}/Makefile
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
Reference in New Issue
Block a user