🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: gzip
pkgver: '1.14'
pkgrel: '2'
pkgdesc: The Gzip package contains programs for compressing and decompressing files.
url: 'https://www.gzip.org/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/gzip/gzip-${pkgver}.tar.xz'
sha256sums:
- 01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make -k check || true
make DESTDIR=${PKGDIR} install
package: |
true