diff --git a/srcpkgs/python3-roman-numerals-py/template b/srcpkgs/python3-roman-numerals-py/template new file mode 100644 index 00000000000..53e5973c040 --- /dev/null +++ b/srcpkgs/python3-roman-numerals-py/template @@ -0,0 +1,19 @@ +# Template file for 'python3-roman-numerals-py' +pkgname=python3-roman-numerals-py +version=3.1.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python3" +checkdepends="python3-pytest" +short_desc="Manipulate well-formed Roman numerals" +maintainer="Orphaned " +license="0BSD OR CC0-1.0" +homepage="https://pypi.org/project/roman-numerals-py/" +changelog="https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst" +distfiles="${PYPI_SITE}/r/roman-numerals-py/roman_numerals_py-${version}.tar.gz" +checksum=be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d + +post_install() { + vlicense LICENCE.rst +}