# Description: liburing provides helpers to setup and teardown io_uring instances # URL: https://github.com/axboe/liburing # Maintainer: Danny Rawlins, crux at romster dot me name=liburing version=2.2 release=1 source=(https://github.com/axboe/liburing/archive/liburing-$version/$name-$version.tar.gz) build() { cd $name-$name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man make make DESTDIR=$PKG install }