diff --git a/srcpkgs/python3-versioningit/template b/srcpkgs/python3-versioningit/template new file mode 100644 index 00000000000..4751d63ffa0 --- /dev/null +++ b/srcpkgs/python3-versioningit/template @@ -0,0 +1,19 @@ +# Template file for 'python3-versioningit' +pkgname=python3-versioningit +version=1.1.1 +revision=1 +wrksrc="versioningit-$version" +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-packaging python3-setuptools python3-tomli" +short_desc="Versioning It with your Version In Git" +maintainer="Michal Vasilek " +license="MIT" +homepage="https://github.com/jwodder/versioningit" +changelog="https://raw.githubusercontent.com/jwodder/versioningit/master/CHANGELOG.md" +distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v$version.tar.gz" +checksum=45d611fa50f3ef25f678468927b6295e27e295f39d55a5d8c0c426a0fae69445 + +post_install() { + vlicense LICENSE +}