void-packages/srcpkgs/quark-git/template

30 lines
730 B
Text
Raw Normal View History

2014-07-07 18:18:22 +00:00
# Template file for 'quark-git'
pkgname=quark-git
2014-12-13 19:46:05 +00:00
version=20141213
2014-07-07 18:18:22 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="git"
2014-07-07 18:18:22 +00:00
short_desc="Simple httpd get daemon"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://git.suckless.org/quark/"
provides="quark-${version}_${revision}"
replaces="quark>=0"
do_fetch() {
local url="git://git.suckless.org/quark"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
2014-08-03 12:41:20 +00:00
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
2014-07-07 18:18:22 +00:00
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/quark
vinstall README 644 usr/share/doc/quark
}