18 lines
574 B
Bash
18 lines
574 B
Bash
|
# Template file for 'python3-charset-normalizer'
|
||
|
pkgname=python3-charset-normalizer
|
||
|
version=2.0.4
|
||
|
revision=1
|
||
|
wrksrc="charset_normalizer-$version"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
short_desc="Encoding and language detection"
|
||
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||
|
license="MIT"
|
||
|
homepage="https://charset-normalizer.readthedocs.io/"
|
||
|
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
|
||
|
checksum=3fcde2e1c62bb86ed8e20ce03127ffa5ac09a3e2f2c69cc273834ed6d3e94205
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|