From 4d39182e541d7f850bd09eb91f36e4d1b4ea86d7 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 9 Apr 2023 09:01:58 -0400 Subject: local: move aports section into root of repo --- xwinfo/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 xwinfo/APKBUILD (limited to 'xwinfo') 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 +# Maintainer: John Vogel +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 +" -- cgit v1.2.3