blob: 61e1569bc230f0e5167b04f200eadef38d2f88b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
|