void-packages/srcpkgs/yq/template
2018-02-05 15:01:43 +01:00

20 lines
568 B
Bash

# Template file for 'yq'
pkgname=yq
version=2.3.6
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=795f79b39e45c26396db73f14c2ab42ae172be6bed95e19b30483f2d34fc425b
do_check() {
python3 test/test.py
}