contrib/liburing/Pkgfile
2021-10-31 21:36:46 +11:00

20 lines
435 B
Plaintext

# 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.1
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
}