app-emulation/86BoxManagerX: add 1.7.6.0e

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-02-19 10:11:20 +00:00
parent 3f5ca176cf
commit d0aed9c02b
3 changed files with 100 additions and 3 deletions

View File

@@ -3,8 +3,16 @@
EAPI=7
inherit desktop git-r3
EGIT_REPO_URI="https://github.com/RetBox/86BoxManagerX.git"
inherit desktop
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/RetBox/86BoxManagerX.git"
else
SRC_URI="
https://github.com/RetBox/86BoxManagerX/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
fi
DESCRIPTION="A (cross-platform) configuration manager for the 86Box emulator"
HOMEPAGE="https://github.com/RetBox/86BoxManagerX"
@@ -43,7 +51,12 @@ PATCHES=(
)
src_unpack() {
git-r3_checkout
if [[ ${PV} == 9999 ]]; then
git-r3_checkout
else
unpack ${P}.tar.gz
fi
cd "${S}"
# Need internet access
dotnet publish 86BoxManager -r linux-x64