void-packages/srcpkgs/sic-git/template

28 lines
564 B
Text
Raw Normal View History

2013-08-28 17:45:43 +00:00
# Template file for 'sic-git'
pkgname=sic-git
version=20131230
2013-08-28 17:45:43 +00:00
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
2013-08-28 17:47:46 +00:00
short_desc="Simple irc client"
2013-08-28 17:45:43 +00:00
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/sic"
do_fetch() {
local url="git://git.suckless.org/sic"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2013-08-28 17:45:43 +00:00
vinstall LICENSE 644 usr/share/licenses/sic
vinstall README 644 usr/share/doc/sic
}
sic-git_package() {
pkg_install() {
vmove all
2013-08-28 17:45:43 +00:00
}
}