15 lines
508 B
Bash
15 lines
508 B
Bash
# Template file for 'jc'
|
|
pkgname=jc
|
|
version=1.20.4
|
|
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=8eee7fc5565f127ef73a3562abcf150063d86f060d10d85ef37a0527f5b2747d
|