contrib/lemonbar/Pkgfile

17 lines
371 B
Plaintext

# 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
version=1.4
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
}