🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122
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