# 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"