diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:29:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:00 +0100 |
commit | a78ad3c569f5ba2317dbc9cf7f33076b92dee104 (patch) | |
tree | 9e5ee187360d53476baa914f43af1a5fa2777fd8 /games-simulation | |
parent | games-simulation/bcs-demo: tidy ebuild (diff) | |
download | gentoo-a78ad3c569f5ba2317dbc9cf7f33076b92dee104.tar.gz gentoo-a78ad3c569f5ba2317dbc9cf7f33076b92dee104.tar.bz2 gentoo-a78ad3c569f5ba2317dbc9cf7f33076b92dee104.zip |
games-simulation/sky-rogue: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/sky-rogue/sky-rogue-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild index 8f7e9f217ce8..6c6f0c4dc910 100644 --- a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild +++ b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild @@ -9,6 +9,8 @@ MY_PN="${PN//-}" DESCRIPTION="A fwooshy rogue-lite action flight simulator" HOMEPAGE="https://skyroguegame.com/" SRC_URI="${PN}-linux.zip" +S="${WORKDIR}" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -23,8 +25,6 @@ BDEPEND=" app-arch/unzip " -S="${WORKDIR}" - DIR="/opt/${PN}" QA_PREBUILT="${DIR#/}/*" |