1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-24 04:25:49 +01:00

Corrected src links for fs-uae-wrapper

This commit is contained in:
2024-09-14 15:38:04 +02:00
parent 54c42b614a
commit df6b7982bb
3 changed files with 12 additions and 29 deletions

View File

@@ -10,18 +10,11 @@ inherit distutils-r1
DESCRIPTION="Automate archives and state for fs-uae"
HOMEPAGE="https://github.com/gryf/fs-uae-wrapper"
if [[ ${PV} == *9999 ]];then
inherit git-r3
EGIT_REPO_URI="https://github.com/gryf/fs-uae-wrapper"
EGIT_BRANCH="master"
else
SRC_URI="
https://github.com/gryf/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
fi
SRC_URI="
https://files.pythonhosted.org/packages/e9/c0/7b7a60ed297abf874cfbf492b01c2a6bd1334f11e16836c93140ab8b8cdd/fs_uae_wrapper-0.10.2.tar.gz
-> ${P}.tar.gz
"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
SLOT="0"