diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-04-10 15:58:11 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-10 15:58:11 +0100 |
commit | 07f8ff122ee5df2e6814e17dbcf373711bc4f3dd (patch) | |
tree | 89855008a24487e2f469a84c57170e7393eef3a6 /dev-lang/pico8 | |
parent | dev-lang/pico8: New package at version 0.2.4b (diff) | |
download | gentoo-07f8ff122ee5df2e6814e17dbcf373711bc4f3dd.tar.gz gentoo-07f8ff122ee5df2e6814e17dbcf373711bc4f3dd.tar.bz2 gentoo-07f8ff122ee5df2e6814e17dbcf373711bc4f3dd.zip |
dev-lang/pico8: Correct the HOMEPAGE
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-lang/pico8')
-rw-r--r-- | dev-lang/pico8/pico8-0.2.4b.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/pico8/pico8-0.2.4b.ebuild b/dev-lang/pico8/pico8-0.2.4b.ebuild index e1413e0112f8..74d7e24bb2a5 100644 --- a/dev-lang/pico8/pico8-0.2.4b.ebuild +++ b/dev-lang/pico8/pico8-0.2.4b.ebuild @@ -7,7 +7,7 @@ inherit desktop xdg MY_PN="pico-8" DESCRIPTION="Fantasy console for making, sharing and playing tiny games and other computer programs" -HOMEPAGE="https://lexaloffle.itch.io/pico-8" +HOMEPAGE="https://www.lexaloffle.com/pico-8.php" SRC_URI=" amd64? ( ${MY_PN}_${PV}_amd64.zip ) arm? ( ${MY_PN}_${PV}_raspi.zip ) @@ -32,8 +32,9 @@ DIR="/opt/${PN}" QA_PREBUILT="${DIR}/${PN}" pkg_nofetch() { - einfo "Please buy and download ${A} from:" + einfo "Please buy and download ${A} from one of:" einfo " ${HOMEPAGE}" + einfo " https://lexaloffle.itch.io/${MY_PN}" einfo "and move it to your distfiles directory." } |