We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4e2d0 commit c437985Copy full SHA for c437985
1 file changed
srcpkgs/herbe/template
@@ -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