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

recipes/core/jsoncpp/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: jsoncpp
pkgver: '1.9.8'
pkgrel: 1
pkgdesc: C++ library for interacting with JSON
url: 'https://github.com/open-source-parsers/jsoncpp'
arch: x86_64
depends: []
makedepends:
- meson
- ninja
- python
source:
- 'https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true jsoncpp-1.9.6 builddir
  meson compile -C builddir
package: |
  DESTDIR="${PKGDIR}" meson install -C builddir