mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
smu: add documentation
This commit is contained in:
parent
601791ad71
commit
5f1eba052f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'smu'
|
# Template file for 'smu'
|
||||||
pkgname=smu
|
pkgname=smu
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INCS=-I. LIBS="
|
make_build_args="INCS=-I. LIBS="
|
||||||
short_desc="Simple markup - markdown like syntax"
|
short_desc="Simple markup - markdown like syntax"
|
||||||
|
@ -18,4 +18,5 @@ pre_build() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vdoc documentation
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue