19 lines
584 B
Bash
19 lines
584 B
Bash
# Template file for 'python3-text-unidecode'
|
|
pkgname=python3-text-unidecode
|
|
version=1.3
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Most basic Text::Unidecode port"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="Artistic-1.0, GPL-2.0-or-later"
|
|
homepage="https://github.com/kmike/text-unidecode/"
|
|
distfiles="${PYPI_SITE}/t/text-unidecode/text-unidecode-${version}.tar.gz"
|
|
checksum=bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|