14 lines
508 B
Bash
14 lines
508 B
Bash
# Template file for 'jc'
|
|
pkgname=jc
|
|
version=1.18.6
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Pygments python3-ruamel.yaml python3-xmltodict"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Convert to JSON"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/kellyjonbrazil/jc"
|
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=5347188ed55762a0325d5d8f6a1ff3ec221b4ad548dee085fadc5fe10366af93
|