1
0
forked from ports/contrib

17 lines
371 B
Plaintext
Raw Normal View History

2020-02-27 17:03:56 -05: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 09:11:53 +00:00
version=1.4
2020-02-27 17:03:56 -05: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
}