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

recipes/utils/cabextract/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: cabextract
pkgver: '1.11'
pkgrel: '2'
pkgdesc: 'A program to extract Microsoft cabinet (.CAB) files'
url: 'https://www.cabextract.org.uk/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://cabextract.org.uk/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

package: |
  true