void-packages/srcpkgs/bar-git/template

25 lines
575 B
Plaintext
Raw Normal View History

2013-07-29 17:14:21 +02:00
# Template file for 'bar-git'
pkgname=bar-git
2014-07-08 22:55:02 +02:00
version=20140708
2013-07-29 17:14:21 +02:00
revision=1
build_style=gnu-makefile
2014-05-08 11:05:09 +02:00
hostmakedepends="perl"
2013-07-29 17:14:21 +02: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 13:11:03 +02:00
provides="bar-${version}_${revision}"
replaces="bar>=0"
2013-07-29 17:14:21 +02:00
do_fetch() {
local url="git://github.com/LemonBoy/bar"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2014-07-08 22:55:02 +02:00
vbin palette.pl
vinstall LICENSE 644 usr/share/licenses/bar
2013-07-29 17:14:21 +02:00
}