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