🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: squashfs-tools
pkgver: '4.6.1'
pkgrel: '1'
pkgdesc: Tools for creating and extracting Squashfs filesystems
url: 'https://github.com/plougher/squashfs-tools'
arch: x86_64
license:
- GPL-2.0-or-later
depends:
- zlib
- lz4
- lzo
- xz
- zstd
makedepends:
- zlib
- lz4
- lzo
- xz
- zstd
source:
- 'https://github.com/plougher/squashfs-tools/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd squashfs-tools-*/squashfs-tools
# Włączenie pełnego wsparcia dla wszystkich algorytmów kompresji
make \
GZIP_SUPPORT=1 \
XZ_SUPPORT=1 \
LZO_SUPPORT=1 \
LZ4_SUPPORT=1 \
ZSTD_SUPPORT=1
package: |
cd squashfs-tools-*/squashfs-tools
make install INSTALL_DIR="${PKGDIR}/usr/bin"