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

recipes/utils/jq/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: jq
pkgver: '1.8.2'
pkgrel: '1'
pkgdesc: 'Command-line JSON processor'
url: 'https://stedolan.github.io/jq/'
arch: x86_64
license:
- MIT

depends: []
makedepends:
- oniguruma

source:
- 'https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd "${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make

package: |
  cd "${pkgname}-${pkgver}"
  make DESTDIR="${PKGDIR}" prefix=/usr install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING