contrib/lemonbar/Pkgfile

17 lines
371 B
Plaintext
Raw Normal View History

2020-02-27 23:03:56 +01:00
# Description: lightweight bar
# URL: https://github.com/LemonBoy/bar
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxcb
name=lemonbar
2020-12-21 10:11:53 +01:00
version=1.4
2020-02-27 23:03:56 +01:00
release=1
source=(https://github.com/LemonBoy/bar/archive/v$version/$name-$version.tar.gz)
build() {
cd bar-${version}
make VERSION=1.3
make VERSION=1.3 DESTDIR=$PKG install
}