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

recipes/utils/atool/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: atool
pkgver: '0.39.0'
pkgrel: '3'
pkgdesc: A script for managing file archives of various types
url: 'http://www.nongnu.org/atool/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://deb.debian.org/debian/pool/main/a/atool/atool_${pkgver}.orig.tar.gz'
sha256sums:
- aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install