mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: zix-0.4.2
This commit is contained in:
parent
a2be76340e
commit
1106d5b0e1
3 changed files with 28 additions and 0 deletions
|
@ -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
1
srcpkgs/zix-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
zix
|
26
srcpkgs/zix/template
Normal file
26
srcpkgs/zix/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue