21 lines
509 B
Text
21 lines
509 B
Text
# Template file for 'sic-git'
|
|
pkgname=sic-git
|
|
version=20131230
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="INCS=-I. LIBS="
|
|
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}
|
|
}
|
|
|
|
post_install() {
|
|
vinstall LICENSE 644 usr/share/licenses/sic
|
|
vinstall README 644 usr/share/doc/sic
|
|
}
|