diff --git a/srcpkgs/python3-pdm-build-locked/template b/srcpkgs/python3-pdm-build-locked/template new file mode 100644 index 00000000000..0fae9c4e533 --- /dev/null +++ b/srcpkgs/python3-pdm-build-locked/template @@ -0,0 +1,16 @@ +# Template file for 'python3-pdm-build-locked' +pkgname=python3-pdm-build-locked +version=0.3.5 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3 python3-build python3-pdm-backend" +short_desc="Pdm plugin to publish locked dependencies as optional-dependencies" +maintainer="Komeil Parseh " +license="MIT" +homepage="https://pdm-build-locked.readthedocs.io/" +distfiles="${PYPI_SITE}/p/pdm_build_locked/pdm_build_locked-${version}.tar.gz" +checksum=ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201 + +post_install() { + vlicense LICENSE +}