~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] testing/openhmd: new APKBUILD

Details
Message ID
<20190803213529.22763-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +32 -0
---
 testing/openhmd/APKBUILD | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 testing/openhmd/APKBUILD

diff --git a/testing/openhmd/APKBUILD b/testing/openhmd/APKBUILD
new file mode 100644
index 0000000000..c1a4863432
--- /dev/null
+++ b/testing/openhmd/APKBUILD
@@ -0,0 +1,32 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=openhmd
pkgver=0.3.0
pkgrel=0
pkgdesc="Free and Open Source API and drivers for immersive (VR) technology"
url="http://www.openhmd.net/"
arch="all"
license="BSL-1.0"
makedepends="hidapi-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenHMD/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/OpenHMD-$pkgver"
options="!check" # https://github.com/OpenHMD/OpenHMD/issues/248

build() {
	meson \
		--prefix /usr \
		--libdir /usr/lib \
		-Dexamples='' \
		. build
	ninja -C build
}

check() {
	ninja -C build test
}

package() {
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="20e6490287295f3de08150f1b036a821b97443a303ee404c71981f57f4ef291b50b6b83acd2dbb5e86a827c40b3fd06d790dabe4de3b0075432111d67875e7d2  openhmd-0.3.0.tar.gz"
-- 
2.22.0
Details
Message ID
<BW0BIKZQAXVP.CD2FAW7Z4OO2@Impreza>
In-Reply-To
<20190803213529.22763-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Pushed with fixes to the commit:

- new APKBUILD -> new aport
- Added $pkgdesc and $url to body
Details
Message ID
<BW0BIQ31LYCX.345VS4A0WQAGH@koishi>
In-Reply-To
<BW0BIKZQAXVP.CD2FAW7Z4OO2@Impreza> (view parent)
DKIM signature
missing
Download raw message
Thanks!
Reply to thread Export thread (mbox)