🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122
pkgname: yajl
pkgver: '2.1.0'
pkgrel: '3'
pkgdesc: Yet Another JSON Library.
url: 'https://github.com/lloyd/yajl'
arch: x86_64
license:
- ISC
depends: []
makedepends:
- cmake
source:
- 'https://github.com/lloyd/yajl/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a
build: |
cd ${pkgname}-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR=${PKGDIR} install
package: |
true