# Template file for 'python3-puccinialin'
pkgname=python3-puccinialin
version=0.1.8
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-httpx python3-platformdirs python3-tqdm python3-filelock"
checkdepends="${depends} python3-pytest uv"
short_desc="Install rust into a cache dir for rust-based builds"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/konstin/puccinialin"
distfiles="https://github.com/konstin/puccinialin/archive/refs/tags/v${version}.tar.gz"
checksum=b682d367f3ab804d39637672e99121d120d0abbcce8fb8b54507b7832446095a
make_check=no # only tests use docker

post_install() {
	vlicense license-mit
}
