🔒 Repository is read-only – file editing is disabled.

recipes/utils/lzop/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: lzop
pkgver: '1.04'
pkgrel: '5'
pkgdesc: 'File compressor using lzo lib'
url: 'https://www.lzop.org/'
arch: x86_64
depends: []
makedepends:
- lzo

source:
- 'https://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --mandir=/usr/share/man
  make
  make DESTDIR=${PKGDIR} install

package: |
  true