20 lines
491 B
Text
20 lines
491 B
Text
# Template file for 'smu-git'
|
|
pkgname=smu-git
|
|
version=20131230
|
|
revision=1
|
|
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/"
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/Gottox/smu"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|
|
|
|
post_install() {
|
|
vinstall LICENSE 644 usr/share/licenses/smu
|
|
}
|