pkgname: ed pkgver: '1.22.6' pkgrel: 1 pkgdesc: A POSIX-compliant line-oriented text editor url: 'https://www.gnu.org/software/ed/ed.html' arch: x86_64 depends: [] makedepends: [] source: - 'https://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.lz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/ \ --bindir=/usr/bin \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=${PKGDIR} install package: | true