20 lines
518 B
Bash
20 lines
518 B
Bash
|
# Template file for 'lemonbar'
|
||
|
pkgname=lemonbar
|
||
|
version=1.1
|
||
|
revision=1
|
||
|
wrksrc="bar-${version}"
|
||
|
build_style=gnu-makefile
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="libxcb-devel"
|
||
|
replaces="bar-git>=0"
|
||
|
short_desc="A lightweight xcb based bar"
|
||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||
|
homepage="https://github.com/LemonBoy/bar"
|
||
|
license="MIT"
|
||
|
distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz"
|
||
|
checksum=567955575a09a7231cae7f2003e0fd66f4c86d7acbe1f53f407233730c8f2c9c
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|