New package: sbase-git-20140423_1
This commit is contained in:
parent
51ec66ade7
commit
880ee7885e
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'sbase-git'
|
||||
pkgname=sbase-git
|
||||
version=20140423
|
||||
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}
|
||||
}
|
Loading…
Reference in New Issue