mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
New package: herbe-1.0.0
This commit is contained in:
parent
bb4e2d0a38
commit
c437985a3b
1 changed files with 22 additions and 0 deletions
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue