summaryrefslogtreecommitdiff
path: root/xwinfo
diff options
context:
space:
mode:
Diffstat (limited to 'xwinfo')
-rw-r--r--xwinfo/APKBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/xwinfo/APKBUILD b/xwinfo/APKBUILD
new file mode 100644
index 0000000..384e191
--- /dev/null
+++ b/xwinfo/APKBUILD
@@ -0,0 +1,29 @@
+# Contributor: John Vogel <jvogel4@stny.rr.com>
+# Maintainer: John Vogel <jvogel4@stny.rr.com>
+pkgname=xwinfo
+commit=6cd58a94086e39ef964a90fc2ca207ae34f1373e
+pkgver=0.1_git20160412
+pkgrel=0
+pkgdesc="Print window informations"
+url="https://github.com/baskerville/xwinfo/"
+arch="all"
+license="Unlicense"
+depends="xcb-util-wm"
+makedepends="xcb-util-wm-dev"
+options="!check"
+install=""
+subpackages="$pkgname-doc"
+source="$pkgname-$commit.tar.gz::https://github.com/baskerville/xwinfo/archive/$commit/$commit.tar.gz"
+builddir="$srcdir/xwinfo-6cd58a94086e39ef964a90fc2ca207ae34f1373e"
+
+build() {
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
+}
+
+sha512sums="
+ea49c906ae18896b17af083b8e7a78ffe77791dbd3039e42ce11b2bef8ffb5c1d123aa84d7eb453a50fc0bedbd8e6226898acbdb47107dea3dbad0197fbf3a46 xwinfo-6cd58a94086e39ef964a90fc2ca207ae34f1373e.tar.gz
+"