# Template file for 'python3-jaconv'
pkgname=python3-jaconv
version=0.4.0
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Interconverter for Hiragana, Katakana, Hankaku, Zenkaku and more"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT"
homepage="https://github.com/ikegami-yukino/jaconv"
distfiles="${PYPI_SITE}/j/jaconv/jaconv-${version}.tar.gz"
checksum=32da74b247f276e09a52d6b35c153df2387965cb85a6f034cc8af21d446f8161

post_install() {
	rm -f ${DESTDIR}/usr/CHANGES.rst
	rm -f ${DESTDIR}/usr/README.rst
	vlicense LICENSE
}
