lemonbar: initial import

This commit is contained in:
John Vogel 2020-02-27 17:03:56 -05:00
parent 3800e8593a
commit a649e9a185
3 changed files with 28 additions and 0 deletions

7
lemonbar/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lemonbar
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/lemonbar.1.gz

5
lemonbar/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34EMA9+7d91T7QojLf4F9Hv7FGiREnqocVzfk+AjCdW7j01m1kjeKIJy2xtKAtgmK8GFEtKiK3YO8BnFupGZEwg=
SHA256 (Pkgfile) = 9cf15ebc1c20555eac6bda66d5c6127baea51f24d28ca8de7441d282142d98f8
SHA256 (.footprint) = a75612facab1b1d79d19dbee12bcfde3085a4f4222e464d8f1f919c4b336e684
SHA256 (lemonbar-1.3.tar.gz) = eae784c5e375b2d0b12138be1a9902beb4b5eeb807f3512f30f14ba23ddaa37d

16
lemonbar/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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.3
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
}