contrib/xtitle/Pkgfile

17 lines
402 B
Plaintext
Raw Normal View History

2019-06-24 05:05:12 +02:00
# Description: print title of active X window
2021-02-24 11:37:43 +01:00
# URL: https://github.com/baskerville/xtitle
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
2019-06-24 05:05:12 +02:00
name=xtitle
version=0.4.4
release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build() {
2021-02-24 11:37:43 +01:00
cd $name-$version
2019-06-24 05:05:12 +02:00
2021-02-24 11:37:43 +01:00
make
make PREFIX=/usr DESTDIR=$PKG install
2019-06-24 05:05:12 +02:00
}