2019-07-28 22:42:55 -04:00
|
|
|
# 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
|
2020-09-20 17:50:00 +00:00
|
|
|
version=1.7
|
2019-07-28 22:42:55 -04:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/jcs/$name/archive/v$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2020-09-20 17:50:00 +00:00
|
|
|
|
2019-07-28 22:42:55 -04:00
|
|
|
make INCLUDES= LDPATH=
|
|
|
|
make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
|
|
|
|
}
|