void-packages/srcpkgs/smu-git/template
2014-05-15 19:40:58 +02:00

21 lines
491 B
Plaintext

# Template file for 'smu-git'
pkgname=smu-git
version=20140515
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
}