xbanish: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:32:27 +00:00
parent ed39186dcd
commit 338e876065
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/xbanish
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/xbanish.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31bmq+uv/KRlDzU3r0LhlFRVtSCxFA1uA/97aLDcWyJI1f0YN7TtForOeEeWLHm7GbltQ2D0xtaSmMBdWTKCRAo=
SHA256 (Pkgfile) = 5e2d2c5bc42e83fe9e1cbd57d57c256af2cbfb7514a65f43bfcc4dc745043b4c
SHA256 (.footprint) = 938ea26fabb13f73f371952330192fd5cba2a5fd413e2378cfbf011043e968dd
SHA256 (xbanish-1.7.tar.gz) = 64477d1429bcc76d481863b4736af2bb1870472cc48539fe0322563d981d43d5

View File

@ -1,16 +0,0 @@
# Description: Banish the mouse cursor when typing.
# URL: https://github.com/jcs/xbanish
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxi xorg-libxt
name=xbanish
version=1.7
release=1
source=(https://github.com/jcs/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make INCLUDES= LDPATH=
make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
}