pkgname=patch pkgver=2.7.6 pkgrel=4 pkgdesc="A utility to apply patch files to original sources" arch=('x86_64') url="https://www.gnu.org/software/patch/patch.html" license=('GPL') groups=('base-devel') depends=('glibc') optdepends=('ed: Interpret the patch as an ed script') source=("https://ftp.gnu.org/gnu/patch/${pkgname}-${pkgver}.tar.xz") md5sums=('78ad9937e4caadcba1526ef1853730d5') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } check() { cd ${pkgname}-${pkgver} make check } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }