Skip to content

Commit c437985

Browse files
biopsinericonr
authored andcommitted
New package: herbe-1.0.0
1 parent bb4e2d0 commit c437985

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

srcpkgs/herbe/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Template file for 'herbe'
2+
pkgname=herbe
3+
version=1.0.0
4+
revision=1
5+
build_style=gnu-makefile
6+
makedepends="libXft-devel"
7+
short_desc="Daemon-less notifications without D-Bus"
8+
maintainer="biopsin <biopsin@teknik.io>"
9+
license="MIT"
10+
homepage="https://github.com/dudik/herbe"
11+
distfiles="${homepage}/archive/${version}.tar.gz"
12+
checksum=78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76
13+
14+
do_build() {
15+
# Patch Makefile to locate <ft2build.h>
16+
vsed 's|-I/usr/include/freetype2|-I${XBPS_CROSS_BASE}/usr/include/freetype2|' \
17+
-i ${wrksrc}/Makefile
18+
}
19+
20+
post_install() {
21+
vlicense LICENSE
22+
}

0 commit comments

Comments
 (0)