20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'python3-text-unidecode'
|
|
pkgname=python3-text-unidecode
|
|
version=1.2
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="text-unidecode-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="text_unidecode"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Most basic Text::Unidecode port"
|
|
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
|
license="Artistic-1.0"
|
|
homepage="https://github.com/kmike/text-unidecode/"
|
|
distfiles="${PYPI_SITE}/t/text-unidecode/text-unidecode-${version}.tar.gz"
|
|
checksum=5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|