diff --git a/srcpkgs/hatch-jupyter-builder/template b/srcpkgs/hatch-jupyter-builder/template new file mode 100644 index 00000000000..674c221e1eb --- /dev/null +++ b/srcpkgs/hatch-jupyter-builder/template @@ -0,0 +1,19 @@ +# Template file for 'hatch-jupyter-builder' +pkgname=hatch-jupyter-builder +version=0.8.3 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="hatchling" +checkdepends="python3-pytest-mock python3-tomli" +short_desc="Hatch plugin to help build Jupyter packages" +maintainer="Gonzalo TornarĂ­a " +license="BSD-3-Clause" +homepage="https://github.com/jupyterlab/hatch-jupyter-builder" +changelog="https://raw.githubusercontent.com/jupyterlab/hatch-jupyter-builder/main/CHANGELOG.md" +distfiles="https://github.com/jupyterlab/hatch-jupyter-builder/archive/refs/tags/v${version}.tar.gz" +checksum=b167709e9bd196b3b92fe13a20b10c09cd30ca550759a9f06834378eb371af96 + +post_install() { + vlicense LICENSE.txt +}