summaryrefslogtreecommitdiff
path: root/xwinfo
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2019-06-23 23:21:28 -0400
committerJohn Vogel <jvogel4@stny.rr.com>2019-06-23 23:21:28 -0400
commit4f3a1068368cb42904909b211815b83e9e55bf3c (patch)
treef41cc360f2a21730db9f87d076f78b1635351ffa /xwinfo
parenta9423039404ad9ee16ffca859eaae3f8f04101fa (diff)
downloadcontrib-4f3a1068368cb42904909b211815b83e9e55bf3c.tar.gz
contrib-4f3a1068368cb42904909b211815b83e9e55bf3c.tar.xz
xwinfo: initial import, version 6cd58a9
Diffstat (limited to 'xwinfo')
-rw-r--r--xwinfo/.footprint7
-rw-r--r--xwinfo/.signature5
-rw-r--r--xwinfo/Pkgfile19
3 files changed, 31 insertions, 0 deletions
diff --git a/xwinfo/.footprint b/xwinfo/.footprint
new file mode 100644
index 000000000..bbfe409ea
--- /dev/null
+++ b/xwinfo/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xwinfo
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xwinfo.1.gz
diff --git a/xwinfo/.signature b/xwinfo/.signature
new file mode 100644
index 000000000..173aa9549
--- /dev/null
+++ b/xwinfo/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF31uRQTiWCKtib9L0Lt/PNHbLJZBAvsVaYA6Jg6X5/3xpypAoLRwXBd1aKAmBBuMiXUSJJJNFz4PkJXhSQQhi9QM=
+SHA256 (Pkgfile) = b8d54089f6f6d796de08fd19b906d07ff6266ae32f52e8182d66394adbc4c63e
+SHA256 (.footprint) = 34acb40fb2ea2d713cff6b0608b46fc96e86ca1551d3d09bf569f32a51aaea96
+SHA256 (xwinfo-6cd58a9.tar.gz) = 52b99477a527b6fa59c9e04820e0bd0bd8b7eb11e606a5b1c385bf977a7782a4
diff --git a/xwinfo/Pkgfile b/xwinfo/Pkgfile
new file mode 100644
index 000000000..9dc1e6b3a
--- /dev/null
+++ b/xwinfo/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Print X window information
+# URL: https://github.com/baskerville/xwinfo
+# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
+# Depends on: xorg-libxcb xorg-xcb-util-wm
+
+name=xwinfo
+version=6cd58a9
+release=1
+source=(https://github.com/baskerville/xwinfo/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-${version}*
+
+ make
+ make PREFIX=/usr DESTDIR=$PKG install
+
+ # fix permissions
+ chmod -R g-w $PKG/*
+}

Generated by cgit