void-packages/srcpkgs/python3-jellyfish/template
2020-10-10 10:22:32 -04:00

20 lines
619 B
Bash

# Template file for 'python3-jellyfish'
pkgname=python3-jellyfish
version=0.7.2
revision=3
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 <duncaen@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/sunlightlabs/jellyfish"
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
checksum=cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286
post_install() {
vlicense LICENSE
}