26 lines
721 B
Bash
26 lines
721 B
Bash
# Template file for 'liburing'
|
|
pkgname=liburing
|
|
version=0.2
|
|
revision=1
|
|
archs="i686* x86_64* aarch64*"
|
|
build_style=configure
|
|
configure_args="--mandir=/usr/share/man"
|
|
short_desc="Linux-native io_uring I/O access library"
|
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|
license="LGPL-2.1-only"
|
|
homepage="http://git.kernel.dk/cgit/liburing/"
|
|
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
|
|
checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
|
|
|
|
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
|
|
}
|
|
}
|