18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'python3-babelfish'
|
|
pkgname=python3-babelfish
|
|
version=0.6.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Module to work with countries and languages (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|