smu: add documentation

This commit is contained in:
Paper Mountain Studio 2019-07-02 11:16:09 +02:00 committed by Helmut Pozimski
parent 601791ad71
commit 5f1eba052f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'smu'
pkgname=smu
version=1.5
revision=1
revision=2
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
short_desc="Simple markup - markdown like syntax"
@ -18,4 +18,5 @@ pre_build() {
post_install() {
vlicense LICENSE
vdoc documentation
}