New package: sic-git-20130828_1

This commit is contained in:
Ypnose 2013-08-28 19:45:43 +02:00
parent b8fd55c087
commit a98608250a

26
srcpkgs/sic-git/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'sic-git'
pkgname=sic-git
version=20130828
revision=1
short_desc="Simple irc client "
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}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
vinstall LICENSE 644 usr/share/licenses/sic
vinstall README 644 usr/share/doc/sic
}
sic-git_package() {
pkg_install() {
vmove usr
}
}