void-packages/srcpkgs/smu/template

22 lines
570 B
Bash
Raw Normal View History

2015-03-10 10:51:02 +00:00
# Template file for 'smu'
pkgname=smu
version=1.4
revision=2
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
2013-12-21 21:08:42 +00:00
short_desc="Simple markup - markdown like syntax"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/Gottox/smu/"
2015-03-10 10:51:02 +00:00
distfiles="https://github.com/Gottox/smu/archive/v${version}.tar.gz"
checksum="378f24e6cff54dcfcbc7a17a88f16efb59c0cda1d35f58967e16fd990ba15f45"
2013-12-21 21:08:42 +00:00
2014-08-03 13:07:08 +00:00
pre_build() {
sed -i 's|^CFLAGS =|CFLAGS +=|g; s|-O0||g' config.mk
2014-08-03 13:07:08 +00:00
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
}
post_install() {
vlicense LICENSE
2013-12-21 21:08:42 +00:00
}