void-packages/srcpkgs/yq/template
2018-03-06 20:05:29 -08:00

20 lines
604 B
Bash

# Template file for 'yq'
pkgname=yq
version=2.4.1
revision=1
noarch=yes
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-yaml"
checkdepends="jq python3-xmltodict"
depends="python3 python3-yaml python3-xmltodict 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=4833d4055b0f1c1f1a2fd292421b3472da39c7dc2727d7819efd11065a5fd310
do_check() {
python3 test/test.py
}