summaryrefslogtreecommitdiff
path: root/wmutils-opt
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2023-10-16 12:01:05 -0400
committerJohn Vogel <jvogel4@stny.rr.com>2023-10-16 12:01:05 -0400
commitadcc355c710fd724774717196d3a4e13f6542a8d (patch)
tree7ae07ce998004d6cdd8d208e601823800a68b3ac /wmutils-opt
parentd8a44b7b7609aebe318c7413f0ec06702d7469e7 (diff)
downloadmy-aports-adcc355c710fd724774717196d3a4e13f6542a8d.tar.gz
local/wmutils-opt: new aport, compliments wmutils
Diffstat (limited to 'wmutils-opt')
-rw-r--r--wmutils-opt/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/wmutils-opt/APKBUILD b/wmutils-opt/APKBUILD
new file mode 100644
index 0000000..4972609
--- /dev/null
+++ b/wmutils-opt/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: John Vogel <jvogel4@stny.rr.com>
+# Maintainer: John Vogel <jvogel4@stny.rr.com>
+pkgname=wmutils-opt
+pkgver=1.0_git20200801
+pkgrel=0
+_gitrev=140f4677e614c6fdc130103dfc1c8ec970043e4f
+pkgdesc="Set of X11 windows manipulation tools"
+options="!check" # No testsuite
+url="https://github.com/wmutils/opt"
+arch="all"
+license="ISC"
+#makedepends="libxcb-dev xcb-util-dev xcb-util-cursor-dev"
+makedepends="libxcb-dev xcb-util-dev"
+subpackages="$pkgname-doc"
+source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/opt/archive/$_gitrev/$_gitrev.tar.gz"
+builddir="$srcdir/opt-$_gitrev"
+
+build() {
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" PREFIX=/usr MANPREFIX=/usr/share/man install
+}
+
+sha512sums="
+9254fcf43bc95acf8a0c74089fff9127097d9c063ac354e1e85e767fab749cc77fb0c930a2f7ac919067af5fe32b35c26700c2644a9cac4a33f2296a381a5a00 wmutils-opt-1.0_git20200801.tar.gz
+"