diff --git a/srcpkgs/hatch-nodejs-version/template b/srcpkgs/hatch-nodejs-version/template new file mode 100644 index 00000000000..389c85500bf --- /dev/null +++ b/srcpkgs/hatch-nodejs-version/template @@ -0,0 +1,19 @@ +# Template file for 'hatch-nodejs-version' +pkgname=hatch-nodejs-version +version=0.3.1 +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 " +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=9959efbee3021dba4da7f8c152cacf104c746341ed176cd0488cbf3b45deba4d + +post_install() { + vlicense LICENSE.txt +}