summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/angband/angband-4.2.5.ebuild')
-rw-r--r--games-roguelike/angband/angband-4.2.5.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-roguelike/angband/angband-4.2.5.ebuild b/games-roguelike/angband/angband-4.2.5.ebuild
index d4223af2b843..8e5d46e4301e 100644
--- a/games-roguelike/angband/angband-4.2.5.ebuild
+++ b/games-roguelike/angband/angband-4.2.5.ebuild
@@ -3,12 +3,16 @@
EAPI=8
+# Generate the man page from the source tree with:
+# sudo emerge -u dev-python/sphinx
+# DOC_HTML_THEME=classic sphinx-build -b man docs .
+
inherit autotools desktop xdg-utils
DESCRIPTION="Roguelike dungeon exploration game based on the books of J.R.R. Tolkien"
HOMEPAGE="https://rephial.org/"
SRC_URI="https://github.com/angband/angband/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~steils/distfiles/${PN}-4.2.4-man.tar.gz"
+ https://dev.gentoo.org/~chewi/distfiles/${P}-man.tar.gz"
LICENSE="GPL-2"
SLOT="0"