# Template file for 'hatch-nodejs-version'
pkgname=hatch-nodejs-version
version=0.4.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
checkdepends="python3-pytest"
short_desc="Hatch plugin to read pyproject.toml metadata from package.json"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/agoose77/hatch-nodejs-version"
changelog="https://github.com/agoose77/hatch-nodejs-version/releases"
distfiles="https://github.com/agoose77/hatch-nodejs-version/archive/refs/tags/v${version}.tar.gz"
checksum=c48b44fb67efa2c1e82f31ac9b5fd1b8213578510d541599a4c55ff4c7f372d5

post_install() {
	vlicense LICENSE.txt
}
