Сравнение colobot-0.2.1_alpha с colobot-9999
/usr/portage/games-strategy/colobot/colobot-9999.ebuild 2023-10-09 14:52:31.140368392 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit cmake xdg-utils |
|
6 |
inherit cmake git-r3 xdg-utils |
|
7 | 7 | |
8 |
MY_P=colobot-gold-${PV/_/-} |
|
9 | 8 |
DESCRIPTION="A real-time strategy game, where you can program your bots" |
10 | 9 |
HOMEPAGE=" |
11 | 10 |
https://colobot.info/ |
12 | 11 |
https://github.com/colobot/colobot/ |
13 | 12 |
" |
14 |
SRC_URI="https://github.com/colobot/colobot/archive/${MY_P}.tar.gz" |
|
15 |
S=${WORKDIR}/${PN}-${MY_P} |
|
13 |
EGIT_REPO_URI="https://github.com/colobot/colobot" |
|
14 |
EGIT_SUBMODULES=() |
|
16 | 15 | |
17 | 16 |
LICENSE="GPL-3+" |
18 | 17 |
SLOT="0" |
19 |
KEYWORDS="~amd64 ~arm64" |
|
18 |
KEYWORDS="" |
|
20 | 19 |
IUSE="devbuild doc +openal test tools" |
21 | 20 |
RESTRICT="!test? ( test )" |
22 | 21 | |
... | ... | |
43 | 42 |
" |
44 | 43 |
RDEPEND=" |
45 | 44 |
${DEPEND} |
46 |
~games-strategy/colobot-data-${PV} |
|
45 |
games-strategy/colobot-data |
|
47 | 46 |
" |
48 | 47 |
DEPEND+=" |
49 | 48 |
test? ( dev-cpp/gtest ) |