23 lines
593 B
Bash
23 lines
593 B
Bash
|
# 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
|
||
|
}
|