New package: zix-0.4.2

This commit is contained in:
Piraty 2024-02-14 09:01:49 +01:00
parent a2be76340e
commit 1106d5b0e1
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
3 changed files with 28 additions and 0 deletions

View File

@ -1002,6 +1002,7 @@ libnilfs.so.0 libnilfs-2.1.0_1
libnilfsgc.so.0 libnilfs-2.1.0_1
libnilfscleaner.so.0 libnilfs-2.1.0_1
libchicken.so.11 libchicken-5.1.0_1
libzix-0.so.0 zix-0.4.2_1
libmdb.so.0 libmdb-0.5_1
libmdbsql.so.0 libmdb-0.5_1
libkmod.so.2 libkmod-5_1

1
srcpkgs/zix-devel Symbolic link
View File

@ -0,0 +1 @@
zix

26
srcpkgs/zix/template Normal file
View File

@ -0,0 +1,26 @@
# Template file for 'zix'
pkgname=zix
version=0.4.2
revision=1
build_style=meson
short_desc="C library of portability wrappers and data structures"
maintainer="Piraty <mail@piraty.dev>"
license="ISC"
homepage="https://drobilla.net/category/zix/"
changelog="https://gitlab.com/drobilla/zix/-/raw/main/NEWS"
distfiles="https://download.drobilla.net/zix-${version}.tar.xz"
checksum=0c071cc11ab030bdc668bea3b46781b6dafd47ddd03b6d0c2bc1ebe7177e488d
post_install() {
vlicense COPYING
}
zix-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}