diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:52:30 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:57 +0200 |
commit | 79a9b5b19f8a14d7f95ef82553d201de47df963c (patch) | |
tree | 3979d6ecf22bd7895b1559eb1e3c8f7407bc86d8 /app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild | |
parent | app-dicts/sword-ZhHanzi: new package (diff) | |
download | gentoo-79a9b5b19f8a14d7f95ef82553d201de47df963c.tar.gz gentoo-79a9b5b19f8a14d7f95ef82553d201de47df963c.tar.bz2 gentoo-79a9b5b19f8a14d7f95ef82553d201de47df963c.zip |
app-dicts/sword-ZhPinyin: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild')
-rw-r--r-- | app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild new file mode 100644 index 000000000000..52a7d30e6514 --- /dev/null +++ b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.5.1a" + +inherit sword-module + +DESCRIPTION="CEDICT Chinese (Pinyin)/English Dictionary" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhPinyin" +LICENSE="CEDICT" +KEYWORDS="~amd64 ~ppc ~x86" |