13 lines
375 B
Bash
13 lines
375 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
SWORD_MINIMUM_VERSION="1.5.11"
|
|
|
|
inherit sword-module
|
|
|
|
DESCRIPTION="Vietnamese translation of Robinson's Morphological Codes"
|
|
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VieRobinson"
|
|
LICENSE="CC-BY-SA-4.0"
|
|
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
|