pkgname: time pkgver: '1.10' pkgrel: '2' pkgdesc: 'Measures many of the CPU resources, such as time and memory, that other programs use.' url: 'https://ftp.gnu.org/gnu/time' arch: x86_64 depends: [] makedepends: [] source: - 'https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr make package: | cd ${pkgname}-${pkgver} make DESTDIR="${PKGDIR}" install