contrib/liburing/Pkgfile

20 lines
427 B
Plaintext

# Description: liburing provides helpers to setup and teardown io_uring instances
# URL: https://git.kernel.dk/cgit/liburing
# Maintainer: Tim Biermann, tbier at posteo dot de
name=liburing
version=2.5
release=1
source=(https://git.kernel.dk/cgit/liburing/snapshot/liburing-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}