void-packages/srcpkgs/python3-babelfish/template
2021-10-18 20:54:07 -04:00

18 lines
549 B
Bash

# Template file for 'python3-babelfish'
pkgname=python3-babelfish
version=0.6.0
revision=1
wrksrc="babelfish-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Module to work with countries and languages (Python3)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="BSD-3-Clause"
homepage="https://github.com/Diaoul/babelfish"
distfiles="${PYPI_SITE}/b/babelfish/babelfish-${version}.tar.gz"
checksum=2dadfadd1b205ca5fa5dc9fa637f5b7933160a0418684c7c46a7a664033208a2
post_install() {
vlicense LICENSE
}