wmname: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:54:43 +00:00
parent 43d0de9178
commit 02f4a59f89
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 24 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmname

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34LSxn6n1qn91z+Clml3ZjP5dl8S+9NWVg9rvZh8TfDAtQswupqO4exnLPab97MkFnpY0PL2q9QFJbDy972y1gk=
SHA256 (Pkgfile) = 40ca05773bc1d4973db20de1b42f5ca3ee1237c3b6a3516910b9230afe6c777d
SHA256 (.footprint) = dfff5dca731f644052e7847f2d63e2c8cb4f36abec76c2543742a8fc6c2cc877
SHA256 (wmname-0.1.tar.gz) = 559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5

View File

@ -1,16 +0,0 @@
# Description: wmname prints/sets the window manager name property of the root window
# URL: https://tools.suckless.org/x/wmname/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libx11
name=wmname
version=0.1
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd $name-$version
make CC=gcc
make PREFIX=$PKG/usr install
}