mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sqsh-tools: update to 1.4.0.
This commit is contained in:
parent
65a2b69b29
commit
aa5bd1909c
1 changed files with 4 additions and 13 deletions
|
@ -1,26 +1,17 @@
|
||||||
# Template file for 'sqsh-tools'
|
# Template file for 'sqsh-tools'
|
||||||
pkgname=sqsh-tools
|
pkgname=sqsh-tools
|
||||||
version=1.3.1
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
build_helper=qemu
|
||||||
makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
|
makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
|
||||||
fuse3-devel"
|
fuse3-devel"
|
||||||
short_desc="Fresh squashfs implementation"
|
short_desc="Fresh squashfs implementation"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://gottox.de/sqsh-tools/"
|
homepage="https://gottox.de/sqsh-tools/"
|
||||||
distfiles="
|
distfiles="https://github.com/Gottox/sqsh-tools/releases/download/v${version}/sqsh-tools-${version}.tar.gz"
|
||||||
https://github.com/Gottox/sqsh-tools/archive/refs/tags/v${version}.tar.gz
|
checksum=16cfeb1567dc56fcec291bfdac1f823c60841780c6d1e27b1e0f1826cea4640e
|
||||||
https://github.com/Gottox/cextras/archive/36fdb446e11fd4830f93c14340df26c3205d8c33.tar.gz"
|
|
||||||
checksum="6165a1b59b1db1d14400525a67aaa1a5fca112496c85b50fe6c9ece625035697
|
|
||||||
9f046157c6837ba9c0c8f30fa4dd120221284a55d9217f07a26d632e0b5fc06f"
|
|
||||||
build_wrksrc="sqsh-tools-${version}"
|
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
mkdir -p sqsh-tools-${version}/subprojects
|
|
||||||
mv cextras-36fdb446e11fd4830f93c14340df26c3205d8c33 \
|
|
||||||
sqsh-tools-${version}/subprojects
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue