20 lines
619 B
Bash
20 lines
619 B
Bash
# Template file for 'python3-jellyfish'
|
|
pkgname=python3-jellyfish
|
|
version=0.7.2
|
|
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 <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
|
|
}
|