diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 08:04:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 08:13:01 +0000 |
commit | 4b2eeb1fc1d3e241183ed713a16f49c900a9c469 (patch) | |
tree | d9e05528ad62b4fa47c3572014f93af0c4c06835 /games-puzzle | |
parent | games-mud/tf: autotools-- (diff) | |
download | gentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.tar.gz gentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.tar.bz2 gentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.zip |
games-puzzle/bff-or-die: eutils--, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/bff-or-die/bff-or-die-20200614.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild b/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild index 1f5014cfab27..5d5a60d2416c 100644 --- a/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild +++ b/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils desktop xdg +inherit desktop wrapper xdg MY_PN="BffOrDie" DESCRIPTION="Time travelling alien couch co-op puzzle game for 1-4 players" HOMEPAGE="https://www.bffordie.com/" SRC_URI="${MY_PN}_Linux.zip" +S="${WORKDIR}/${MY_PN}_Linux" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -18,13 +20,10 @@ RDEPEND=" sys-libs/zlib virtual/opengl " - BDEPEND=" app-arch/unzip " -S="${WORKDIR}/${MY_PN}_Linux" - DIR="/opt/${PN}" QA_PREBUILT="${DIR#/}/*" |