games-rpg/pokerogue-app-bin - 2.4.6c (zuki)

Search

Package Information

Description:
A desktop electron pokerouge port.
Homepage:
https://github.com/Admiral-Billy/Pokerogue-App
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.4.6c 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A desktop electron pokerouge port."
HOMEPAGE="https://github.com/Admiral-Billy/Pokerogue-App"
SRC_URI="https://github.com/Admiral-Billy/Pokerogue-App/releases/download/v$PVR/PokeRogue-Linux.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}"

src_install(){
	mkdir "${D}/opt"
	mv "$(pwd)" "${D}/opt/rogue"
	chmod 755 "${D}/opt/rogue"
	chmod 777 "${D}/opt/rogue/resources"
	#install "$(pwd)" "${D}/opt"

}

Manifest for 2.4.6c

Type File Size Source URLs
DIST PokeRogue-Linux.zip 106163119 bytes https://github.com/Admiral-Billy/Pokerogue-App/releases/download/vpokerogue-app-bin-2.4.6cVR/PokeRogue-Linux.zip