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

recipes/core/patch/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: patch
pkgver: '2.8'
pkgrel: '1'
pkgdesc: The GNU patch tool
url: 'http://www.gnu.org/software/patch/patch.html'
arch: x86_64
license:
- GPL
depends: []
makedepends:
- attr
source:
- 'https://ftp.gnu.org/gnu/patch/patch-${pkgver}.tar.xz'
sha256sums:
- f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3
build: |
  cd patch-${pkgver}
  ./configure --prefix=/usr
  make
  make prefix=${PKGDIR}/usr \
  mandir=${PKGDIR}/usr/share/man install
package: |
  true