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

recipes/utils/p7zip/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: p7zip
pkgver: '17.06'
pkgrel: 1
pkgdesc: Command-line version of the 7zip compressed file archiver
url: 'https://p7zip.sourceforge.net'
arch: x86_64
depends: []
makedepends:
- nasm
- yasm
source:
- 'https://github.com/p7zip-project/p7zip/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}

  make OPTFLAGS="$CPPFLAGS $CFLAGS" 7z 7zr 7za

  make install DEST_DIR=${PKGDIR} DEST_HOME=/usr DEST_MAN=/usr/share/man
package: |
  true