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

recipes/core/diffutils/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: diffutils
pkgver: '3.12'
pkgrel: '1'
pkgdesc: Programs that show the differences between files or directories.
url: 'https://www.gnu.org/software/diffutils/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/${pkgname}/diffutils-${pkgver}.tar.xz'
sha256sums:
- 7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install