mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
New package: liburing-0.1
This commit is contained in:
parent
832bfbd6c8
commit
300f5b24d6
2 changed files with 26 additions and 0 deletions
1
srcpkgs/liburing-devel
Symbolic link
1
srcpkgs/liburing-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
liburing
|
25
srcpkgs/liburing/template
Normal file
25
srcpkgs/liburing/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'liburing'
|
||||||
|
pkgname=liburing
|
||||||
|
version=0.1
|
||||||
|
revision=1
|
||||||
|
archs="i686* x86_64*"
|
||||||
|
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=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue