13 lines
329 B
Bash
13 lines
329 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
SWORD_MINIMUM_VERSION="1.6.3"
|
|
|
|
inherit sword-module
|
|
|
|
DESCRIPTION="Samaritan Pentateuch"
|
|
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SP"
|
|
LICENSE="free-noncomm"
|
|
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
|