diff options
Diffstat (limited to 'wmutils-opt/APKBUILD')
| -rw-r--r-- | wmutils-opt/APKBUILD | 28 |
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 +" |
