void-packages/srcpkgs/hatch-nodejs-version/template

20 lines
690 B
Bash

# Template file for 'hatch-nodejs-version'
pkgname=hatch-nodejs-version
version=0.3.2
revision=2
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=c01dae87afcb7b6db421b5248154de26c556e569e2631e9f146bc5c78447eee6
post_install() {
vlicense LICENSE.txt
}