# Maintainer: Milan P. Stanić pkgname=liburing pkgver=2.4 pkgrel=0 pkgdesc="Linux kernel io_uring access library" url="https://git.kernel.dk/cgit/liburing/" arch="all" license="LGPL-2.1-or-later OR MIT" makedepends="linux-headers" subpackages="liburing-ffi $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 } ffi() { amove usr/lib/liburing-ffi.so.* } sha512sums=" a0c88e8ed00e651393039ba2c74a8fa6f6368d08d8d183bd6dc8eef650a2b63b7569e2f31746402a7865b4dd07b546c9e8bee7f9deb470fce04fc22d3acede79 liburing-2.4.tar.gz "