21 lines
543 B
Text
21 lines
543 B
Text
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||
|
pkgname=jsq
|
||
|
pkgver=1
|
||
|
pkgrel=0
|
||
|
pkgdesc="QuickJS-based jq-like data processing tool"
|
||
|
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
||
|
arch="noarch"
|
||
|
license="BSD-2-Clause"
|
||
|
depends="quickjs"
|
||
|
source="jsq"
|
||
|
builddir="$srcdir"
|
||
|
options="!check" # nice
|
||
|
|
||
|
package() {
|
||
|
install -Dm755 jsq -t "$pkgdir"/usr/bin
|
||
|
}
|
||
|
sha512sums="
|
||
|
a1404bb221f1b42efcba3973fca5aff4525b0e0e37b32f5a53f57eeb2eae5a90d419c7434e9a7818c96c79e0d96b5be2d80dc2af8e7bc38344b9b8d5b7590e46 jsq
|
||
|
"
|