ports/contrib (3.5): lemonbar: initial import
commit a649e9a185045e294d69ee2da497af3dcd5a549a Author: John Vogel <jvogel4@stny.rr.com> Date: Thu Feb 27 17:03:56 2020 -0500 lemonbar: initial import diff --git a/lemonbar/.footprint b/lemonbar/.footprint new file mode 100644 index 000000000..c64f88150 --- /dev/null +++ b/lemonbar/.footprint @@ -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 diff --git a/lemonbar/.signature b/lemonbar/.signature new file mode 100644 index 000000000..8e6b1cb4d --- /dev/null +++ b/lemonbar/.signature @@ -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 diff --git a/lemonbar/Pkgfile b/lemonbar/Pkgfile new file mode 100644 index 000000000..53d41ad37 --- /dev/null +++ b/lemonbar/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu