lemonbar: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:10:35 +00:00
parent bbfed473a2
commit 0037f08383
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33jmYRae0Ro5c824d7IDI9QBuI4jlLxAY0JS4WePJDlh7W3P6NDDNfxkTOBDflnw70+IaabVGNjqE6sROUNJ/Ag=
SHA256 (Pkgfile) = 7e84637d0b3b1d6c9876f7a3990107d37b20afb921efd5e9f3d5e3d8a73bea11
SHA256 (.footprint) = a75612facab1b1d79d19dbee12bcfde3085a4f4222e464d8f1f919c4b336e684
SHA256 (lemonbar-1.4.tar.gz) = 7bfd36d7a4a950f61ed0d32c7d219678e7787a546d9ef4bc33f02393d60e4939

View File

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