mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
7zip: update to 24.07.
also add 7zz alternatives
This commit is contained in:
parent
3d4bf486ef
commit
ff37a72360
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for '7zip'
|
||||
pkgname=7zip
|
||||
version=24.06
|
||||
version=24.07
|
||||
revision=1
|
||||
short_desc="File archiver with a high compression ratio"
|
||||
maintainer="Roberto Ricci <io@r-ricci.it>"
|
||||
|
@ -8,11 +8,12 @@ license="LGPL-2.1-or-later, BSD-3-Clause"
|
|||
homepage="https://www.7-zip.org"
|
||||
changelog="https://www.7-zip.org/history.txt"
|
||||
distfiles="https://www.7-zip.org/a/7z${version//./}-src.tar.xz"
|
||||
checksum=2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5
|
||||
checksum=d1b0874a3f1c26df21c761a4a30691dc1213e8577f18ee78326c14ca4d683e2b
|
||||
alternatives="
|
||||
7z:7z:/usr/bin/7zip
|
||||
7z:7za:/usr/bin/7zip
|
||||
7z:7zr:/usr/bin/7zip"
|
||||
7z:7zr:/usr/bin/7zip
|
||||
7z:7zz:/usr/bin/7zip"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
# missing pthread_attr_setaffinity_np()
|
||||
|
@ -49,7 +50,8 @@ do_install() {
|
|||
alternatives="
|
||||
7z:7z:/usr/bin/7zip-unrar
|
||||
7z:7za:/usr/bin/7zip-unrar
|
||||
7z:7zr:/usr/bin/7zip-unrar"
|
||||
7z:7zr:/usr/bin/7zip-unrar
|
||||
7z:7zz:/usr/bin/7zip-unrar"
|
||||
|
||||
pkg_install() {
|
||||
vbin "${wrksrc}/CPP/7zip/Bundles/Alone2/b/rar/7zz" 7zip-unrar
|
||||
|
|
Loading…
Add table
Reference in a new issue