21 lines
568 B
Bash
21 lines
568 B
Bash
# Template file for 'yq'
|
|
pkgname=yq
|
|
version=2.3.4
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-yaml"
|
|
checkdepends="jq"
|
|
depends="python3 python3-yaml jq"
|
|
short_desc="Command-line YAML processor written in Python that wraps around jq"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/kislyuk/yq"
|
|
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
|
checksum=e8a83765b8ac22479f83db80d161f1d9834c6e6bd07916a339a1221b2bcd9311
|
|
|
|
do_check() {
|
|
python3 test/test.py
|
|
}
|