mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
commit
666ce60a1b
1 changed files with 30 additions and 0 deletions
30
srcpkgs/sic-git/template
Normal file
30
srcpkgs/sic-git/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# 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_build() {
|
||||||
|
make CC=$CC INCS="-I." LIBS= ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue