void-packages/srcpkgs/sbase-git/template

26 lines
573 B
Text
Raw Normal View History

2014-04-23 17:40:28 +00:00
# Template file for 'sbase-git'
pkgname=sbase-git
2014-05-08 09:20:04 +00:00
version=20140508
2014-04-23 17:40:28 +00:00
revision=1
build_style=gnu-makefile
short_desc="Suckless unix tools"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/sbase"
conflicts="coreutils>=0 base-system-busybox>=0"
do_fetch() {
local url="git://git.suckless.org/sbase"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
LD=$CC
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall README 644 usr/share/doc/${pkgname}
}