🔒 Repository is read-only – file editing is disabled.

recipes/core/time/PAGBUILD.yaml main

22 linii Raw ← Powrót
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