From 6618ed5172dd27c2b8134d8932cc08d69c61b569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Sat, 8 Feb 2020 14:02:54 +0100 Subject: testing/liburing: new aport https://git.kernel.dk/cgit/liburing/ Linux kernel io_uring access library --- testing/liburing/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testing/liburing/APKBUILD (limited to 'testing/liburing') diff --git a/testing/liburing/APKBUILD b/testing/liburing/APKBUILD new file mode 100644 index 0000000000..9665b3f78c --- /dev/null +++ b/testing/liburing/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Milan P. Stanić +# Maintainer: Milan P. Stanić +pkgname=liburing +pkgver=0.3 +pkgrel=0 +pkgdesc="Linux kernel io_uring access library" +url="https://git.kernel.dk/cgit/liburing/" +arch="all" +license="LGPL-2.1-or-later" +makedepends="linux-headers" +subpackages="$pkgname-dev $pkgname-doc" +source="https://git.kernel.dk/cgit/liburing/snapshot/liburing-$pkgver.tar.gz + " + +build() { + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man +} + +check() { + make test +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="fb792f0d82b4ab8f95a3f4e3ae1b23c8f98d4345c7e0e4552334cc2dc70282efcfcec11d7ccf53f2cb36b3394c22d7265f220f774cba6fd4f922ae1e31173f81 liburing-0.3.tar.gz" -- cgit v1.2.3