xtitle: initial import, version 0.4.4

This commit is contained in:
John Vogel 2019-06-23 23:05:12 -04:00
parent 2c4aeb4a57
commit b90c407c75
3 changed files with 24 additions and 0 deletions

3
xtitle/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xtitle

5
xtitle/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y6mW288DWPWUN7tPEDZG5t2DurRSI0cerM7roB5S6VTDrNImf3xyRAF5Bx53y0YwXGGSlz5XxSvUhWuQEGBDg4=
SHA256 (Pkgfile) = 52056548d223021a64ce8ff4fc2906f59e925e16e447544eced7ac36dbadcc10
SHA256 (.footprint) = ab757e7784b25a86e656035f868c67c1c3d31c4fa0d2e39b9a7aa13c0891b2fd
SHA256 (xtitle-0.4.4.tar.gz) = c2fbf403892c4e466e43528415284a458d4354855f221273881aa4388d028970

16
xtitle/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
}