24 lines
575 B
Text
24 lines
575 B
Text
# Template file for 'bar-git'
|
|
pkgname=bar-git
|
|
version=20140708
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl"
|
|
makedepends="libxcb-devel"
|
|
short_desc="A lightweight xcb based bar"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="MIT"
|
|
homepage="https://github.com/LemonBoy/bar"
|
|
provides="bar-${version}_${revision}"
|
|
replaces="bar>=0"
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/LemonBoy/bar"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|
|
|
|
post_install() {
|
|
vbin palette.pl
|
|
vinstall LICENSE 644 usr/share/licenses/bar
|
|
}
|