mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-emulation/86BoxManagerX: add 1.7.6.0e
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user