blob: 51ea6c5c67a0c3bf445ee8b538aa204dd746e4ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SWORD_MINIMUM_VERSION="1.5.6"
inherit sword-module
DESCRIPTION="Hoffnung fuer alle - Worterklaerungen"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfaLex2002"
LICENSE="sword-GerHfa2002"
KEYWORDS="~amd64 ~loong ~ppc ~riscv ~x86"
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
elog "This SWORD module is locked. If you haven't done so yet, please visit"
elog
elog "https://crosswire.org/sword/modules/registration/gerhfa2002.jsp"
elog "(in German only)"
elog
elog "for information about purchasing and installing an unlock key."
fi
}
|