20 lines
619 B
Bash
20 lines
619 B
Bash
# 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 <duncaen@voidlinux.org>"
|
|
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
|
|
}
|