diff --git a/srcpkgs/python3-geographiclib/template b/srcpkgs/python3-geographiclib/template new file mode 100644 index 00000000000..6ff59cdee39 --- /dev/null +++ b/srcpkgs/python3-geographiclib/template @@ -0,0 +1,25 @@ +# Template file for 'python3-geographiclib' +pkgname=python3-geographiclib +version=2.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +#makedepends="" +depends="python3>=3.7" +checkdepends="python3-pytest" +short_desc="Python implementation of the geodesic routines" +maintainer="zenobit " +license="MIT" +homepage="https://geographiclib.sourceforge.io/" +#changelog="" +#distfiles="https://github.com/geographiclib/geographiclib-python/archive/refs/tags/v${version}.tar.gz" +#distfiles="${SOURCEFORGE_SITE}/geographiclib/files/distrib-Python/geographiclib-${version}.tar.gz" +distfiles="https://sourceforge.net/projects/geographiclib/files/distrib-Python/geographiclib-${version}.tar.gz" +checksum=f7f41c85dc3e1c2d3d935ec86660dc3b2c848c83e17f9a9e51ba9d5146a15859 + +# TODO: Skip for now to test if is only show stopper +make_check=ci-skip + +post_install() { + vlicense LICENSE +}