# Template file for 'liburing' pkgname=liburing version=2.5 revision=1 build_style=configure configure_args="--mandir=/usr/share/man" make_build_args="-C src" short_desc="Linux-native io_uring I/O access library" maintainer="Dragon Friend " license="LGPL-2.1-only" homepage="https://git.kernel.dk/cgit/liburing" changelog="https://git.kernel.dk/cgit/liburing/plain/CHANGELOG" distfiles="https://github.com/axboe/liburing/archive/refs/tags/liburing-${version}.tar.gz" checksum=456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98 do_check() { make -C test } liburing-devel_package() { short_desc+=" - development files" depends="liburing-${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/share/man } }