diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template new file mode 100644 index 00000000000..0ccf3c01142 --- /dev/null +++ b/srcpkgs/python3-semanticversion/template @@ -0,0 +1,20 @@ +# Template file for 'python3-semanticversion' +pkgname=python3-semanticversion +version=2.8.4 +revision=1 +archs=noarch +wrksrc="semantic_version-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Semantic version comparison (Python3)" +maintainer="bra1nwave " +license="BSD-2-Clause" +homepage="https://github.com/rbarrois/python-semanticversion/" +changelog="https://raw.githubusercontent.com/rbarrois/python-semanticversion/master/ChangeLog" +distfiles="${PYPI_SITE}/s/semantic-version/semantic_version-${version}.tar.gz" +checksum=352459f640f3db86551d8054d1288608b29a96e880c7746f0a59c92879d412a3 + +post_install() { + vlicense LICENSE +}