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

recipes/utils/hq/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: hq
pkgver: '3.2'
pkgrel: 1
pkgdesc: HTML processor inspired by jq
url: 'https://github.com/coderobe/hq'
arch: x86_64
depends:
- modest
makedepends:
- meson
- ninja
- python
- modest
source:
- 'https://github.com/coderobe/${pkgname}/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  meson setup build
  ninja -C build
  install -Dm755 build/hq ${PKGDIR}/usr/bin/hq
package: |
  true