void-packages/srcpkgs/liburing/template

27 lines
801 B
Bash

# Template file for 'liburing'
pkgname=liburing
version=2.3
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 <friend-dragon@proton.me>"
license="LGPL-2.1-only"
homepage="https://git.kernel.dk/cgit/liburing"
changelog="https://git.kernel.dk/cgit/liburing/plain/CHANGELOG"
distfiles="https://git.kernel.dk/cgit/liburing/snapshot/liburing-${version}.tar.gz"
checksum=a65a6adbe80425c1c4d0740532ba42c3d4fd9dadd17a0e0bfd31c29e1c14dba8
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
}
}