From bfbf7ec18e0d959dee448e9b3efe3b594363f7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 23 May 2023 18:18:06 -0300 Subject: [PATCH] New package: hatch-nodejs-version-0.3.1 --- srcpkgs/hatch-nodejs-version/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/hatch-nodejs-version/template 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 +}