contrib/xtitle/Pkgfile
2019-06-23 23:05:12 -04:00

17 lines
415 B
Plaintext

# Description: print title of active X window
# URL: https://github.com/baskerville/xtitle
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
name=xtitle
version=0.4.4
release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}