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

recipes/utils/patchutils/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: patchutils
pkgver: '0.4.5'
pkgrel: '1'
pkgdesc: A small collection of programs that operate on patch files
url: 'https://cyberelk.net/tim/patchutils/'
arch: x86_64
depends:
- perl
makedepends:
- perl
source:
- 'https://github.com/twaugh/patchutils/releases/download/${pkgver}/patchutils-${pkgver}.tar.xz'
sha256sums:
- 8386a35a4d2d3cbc28fdcc93c5be007c382c78e3ee079070139f0d822e013325
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install