🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: optipng
pkgver: '7.9.1'
pkgrel: '1'
pkgdesc: 'Compresses PNG files to a smaller size, without losing any information.'
url: 'https://optipng.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- glibc
- libpng
- zlib
source:
- 'https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man --with-system-libs
make
make prefix=${PKGDIR}/usr mandir=${PKGDIR}/usr/share/man install
package: |
true