15 lines
508 B
Bash
15 lines
508 B
Bash
# Template file for 'jc'
|
|
pkgname=jc
|
|
version=1.20.1
|
|
revision=1
|
|
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=e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
|