diff --git a/srcpkgs/python3-jaconv/template b/srcpkgs/python3-jaconv/template new file mode 100644 index 00000000000..15ae6fd3784 --- /dev/null +++ b/srcpkgs/python3-jaconv/template @@ -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 " +license="MIT" +homepage="https://github.com/ikegami-yukino/jaconv" +distfiles="${PYPI_SITE}/j/jaconv/jaconv-${version}.tar.gz" +checksum=32da74b247f276e09a52d6b35c153df2387965cb85a6f034cc8af21d446f8161 + +post_install() { + vlicense LICENSE +}