void-packages/srcpkgs/smu-git/template

21 lines
491 B
Plaintext
Raw Normal View History

2013-12-21 21:08:42 +00:00
# Template file for 'smu-git'
pkgname=smu-git
2014-05-15 17:40:58 +00:00
version=20140515
2013-12-21 21:08:42 +00:00
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
2013-12-21 21:08:42 +00:00
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() {
2013-12-21 21:08:42 +00:00
vinstall LICENSE 644 usr/share/licenses/smu
}