New package: python3-jaconv-0.4.0

This commit is contained in:
Đoàn Trần Công Danh 2025-06-06 14:19:48 +07:00
parent b118759c24
commit e3b68b11cf

View file

@ -0,0 +1,17 @@
# Template file for 'python3-jaconv'
pkgname=python3-jaconv
version=0.4.0
revision=1
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() {
vlicense LICENSE
}