22 lines
570 B
Bash
22 lines
570 B
Bash
# Template file for 'smu'
|
|
pkgname=smu
|
|
version=1.4
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_build_args="INCS=-I. LIBS="
|
|
short_desc="Simple markup - markdown like syntax"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="MIT"
|
|
homepage="https://github.com/Gottox/smu/"
|
|
distfiles="https://github.com/Gottox/smu/archive/v${version}.tar.gz"
|
|
checksum="378f24e6cff54dcfcbc7a17a88f16efb59c0cda1d35f58967e16fd990ba15f45"
|
|
|
|
pre_build() {
|
|
sed -i 's|^CFLAGS =|CFLAGS +=|g; s|-O0||g' config.mk
|
|
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|