Skip to content
Snippets Groups Projects
Commit a11fe102 authored by Grigory Kirillov's avatar Grigory Kirillov Committed by alice
Browse files

testing/jsmn: new aport

Small stream-oriented header-only JSON parser for C
https://github.com/zserge/jsmn
parent e41d4f7f
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38798testing/jsmn: new aport
Pipeline #135792 passed
# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: Grigory Kirillov <txgk@bk.ru>
pkgname=jsmn
pkgver=1.1.0
pkgrel=0
pkgdesc="Small stream-oriented header-only JSON parser for C"
url="https://github.com/zserge/jsmn"
arch="noarch"
license="MIT"
source="https://github.com/zserge/jsmn/archive/v$pkgver/jsmn-v$pkgver.tar.gz"
check() {
make test
}
package() {
install -Dm644 jsmn.h "$pkgdir"/usr/include/jsmn.h
}
sha512sums="
474fa44740a4fae8389534ad08fe0e11ed3ba54cbedbce39a720984da4d20a21176f6abd1633ff2601a9b19421fd2f88320151c520764b4b05f73ed8abda76aa jsmn-v1.1.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment