beezer: update to a version with SquashFS and .hpkg support. (#11233)

This commit is contained in:
OscarL
2024-10-20 18:34:22 -03:00
committed by GitHub
parent 4062737ae9
commit 4549179879

View File

@@ -1,16 +1,16 @@
SUMMARY="Archive manager similar to WinZip" SUMMARY="Archive manager similar to WinZip"
DESCRIPTION="Beezer is an archive manager that can extract and browse, create \ DESCRIPTION="Beezer is an archive manager that can extract and browse, create \
and add to archive files and also split and rejoin them. It extracts 7zip, \ and add to archive files and also split and rejoin them. It extracts 7zip, \
bzip2, gzip, lha, rar, tar, xz and zip files and creates 7zip, bzip2, \ bzip2, gzip, hpkg, lha, rar, squashfs, tar, xz and zip files and creates 7zip, bzip2, \
gzip, tar and zip archives." gzip, tar and zip archives."
HOMEPAGE="https://github.com/Teknomancer/beezer" HOMEPAGE="https://github.com/Teknomancer/beezer"
COPYRIGHT="2009-2023 Ramshankar (aka Teknomancer) COPYRIGHT="2009-2023 Ramshankar (aka Teknomancer)
2011-2024 Chris Roberts" 2011-2024 Chris Roberts"
LICENSE="BSD (3-clause)" LICENSE="BSD (3-clause)"
REVISION="6" REVISION="7"
srcGitRev="cd494ad1c1b240c32bc0e2fd2c0f4944a1c0b479" srcGitRev="9c746c72da5cc13fa985865982dd669c900b876e"
SOURCE_URI="https://github.com/Teknomancer/beezer/archive/$srcGitRev.tar.gz" SOURCE_URI="https://github.com/Teknomancer/beezer/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="dcd70f3bbcdbf49097793efcd3c8df0cb086a56a36f0e3f8f9b5b5314b696436" CHECKSUM_SHA256="7a6d1237868cdf2a5ec4e8323fddf3cb6f35b26f21f3010de496be7ee894479e"
SOURCE_DIR="beezer-$srcGitRev" SOURCE_DIR="beezer-$srcGitRev"
ARCHITECTURES="all" ARCHITECTURES="all"
@@ -21,12 +21,13 @@ PROVIDES="
" "
REQUIRES=" REQUIRES="
haiku haiku
cmd:arj
cmd:7za cmd:7za
cmd:arj
cmd:bzip2 cmd:bzip2
cmd:lha cmd:lha
cmd:tar cmd:tar
cmd:unrar cmd:unrar
cmd:unsquashfs
cmd:unzip cmd:unzip
cmd:xz cmd:xz
cmd:zip cmd:zip