void-packages/srcpkgs/bar-git/template

25 lines
598 B
Text
Raw Normal View History

2013-07-29 15:14:21 +00:00
# Template file for 'bar-git'
pkgname=bar-git
2014-05-31 11:11:03 +00:00
version=20140531
2013-07-29 15:14:21 +00:00
revision=1
build_style=gnu-makefile
2014-05-08 09:05:09 +00:00
hostmakedepends="perl"
2013-07-29 15:14:21 +00:00
makedepends="libxcb-devel"
short_desc="A lightweight xcb based bar"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/LemonBoy/bar"
2014-05-31 11:11:03 +00:00
provides="bar-${version}_${revision}"
replaces="bar>=0"
2013-07-29 15:14:21 +00:00
do_fetch() {
local url="git://github.com/LemonBoy/bar"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2013-09-30 18:17:59 +00:00
vinstall palette.pl 755 usr/bin
vinstall LICENSE 644 usr/share/licenses/${pkgname}
2013-07-29 15:14:21 +00:00
}