contrib/xbanish/Pkgfile

17 lines
430 B
Plaintext
Raw Normal View History

2019-07-29 04:42:55 +02: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
version=1.6
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
}