summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2023-04-22 17:50:16 -0400
committerJohn Vogel <jvogel4@stny.rr.com>2023-04-22 17:50:16 -0400
commit5f3d31d1dd7a9045888c58fb15221ed946f67805 (patch)
tree7729dffb611de028dd86a97dc52799830a446385
parent3b3bda28832bbe941456b3599549cab67fba5e77 (diff)
downloadmy-aports-5f3d31d1dd7a9045888c58fb15221ed946f67805.tar.gz
listres: new aport
-rw-r--r--listres/APKBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/listres/APKBUILD b/listres/APKBUILD
new file mode 100644
index 0000000..81e1ff0
--- /dev/null
+++ b/listres/APKBUILD
@@ -0,0 +1,32 @@
+# Contributor: John Vogel <jvogel4@stny.rr.com>
+# Maintainer: John Vogel <jvogel4@stny.rr.com>
+pkgname=listres
+pkgver=1.0.5
+pkgrel=0
+pkgdesc="List resources in widgets"
+url="https://xorg.freedesktop.org/"
+arch="all"
+license="MIT"
+makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev util-macros xorgproto"
+subpackages="$pkgname-doc"
+source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.xz"
+options="!check"
+
+build() {
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="
+caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d listres-1.0.5.tar.xz
+"