New package: ubase-git-20140422_1

This commit is contained in:
Ypnose 2014-04-22 22:55:23 +02:00
parent beb94451e9
commit b849237fd6

View file

@ -0,0 +1,25 @@
# Template file for 'ubase-git'
pkgname=ubase-git
version=20140422
revision=1
build_style=gnu-makefile
short_desc="Suckless linux base utils"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/ubase"
do_fetch() {
local url="git://git.suckless.org/ubase"
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}
}