13 lines
357 B
Bash
13 lines
357 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
SWORD_MODULE="DBD"
|
|
|
|
inherit sword-module
|
|
|
|
DESCRIPTION="Day By Day By Grace - Bob Hoekstra"
|
|
HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=DBD"
|
|
LICENSE="all-rights-reserved"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
RESTRICT="mirror bindist"
|