diff --git a/srcpkgs/python3-jellyfish b/srcpkgs/python3-jellyfish deleted file mode 120000 index abd641b01b3..00000000000 --- a/srcpkgs/python3-jellyfish +++ /dev/null @@ -1 +0,0 @@ -python-jellyfish \ No newline at end of file diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template new file mode 100644 index 00000000000..caf01f0c0c4 --- /dev/null +++ b/srcpkgs/python3-jellyfish/template @@ -0,0 +1,19 @@ +# Template file for 'python3-jellyfish' +pkgname=python3-jellyfish +version=0.7.1 +revision=1 +wrksrc="jellyfish-${version}" +build_style=python3-module +pycompile_module="jellyfish" +hostmakedepends=" python3-setuptools" +makedepends="python3-devel" +short_desc="Python3 library for approximate and phonetic matching of strings" +maintainer="Duncaen " +license="BSD-2-Clause" +homepage="https://github.com/sunlightlabs/jellyfish" +distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz" +checksum=79a5640bb47120596c91b9030ed3164cc5a3d0bb6b15779bb82c3c21f8efa1c1 + +post_install() { + vlicense LICENSE +}