mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-puzzle/superflu-riteurnz: drop 1.0.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST sosage-v1.0.0.tar.gz 213497 BLAKE2B c3fcb7ce24e1dd7b7134d62637e7421621050cd04e97eb12f4c3643d9f180c8cf802ad2e61b8a95365fdc0c93e9f329b5450675a18a1eef08ce4af5b5ffbc79f SHA512 9bd050af49529e5b5f04134ee34184c84681f3ed77746828248c2abe6bb12d1351a0f2f89dfbc047731639e7681fc5ed154f16ac39ffebacd4b5d8a0325493ba
|
||||
DIST superflu-riteurnz-v1.0.0-xmas2020demo-data.zip 10588378 BLAKE2B 4c7da1dd571ec5dacaf2cf378e30a9c24b28f06212609b432f18d3d653c0396f2d9e7db7361ea1cb76ea9259098c0d8a3dcd37a522096afe126893518b6312cc SHA512 e60577b739556bf8a39eb0afc46311e57e214e093e613375609f15224045961da8b96c4d7958921c877b2196c720a8453a4a96ceab5211460a3b3805676141cf
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
MY_P="sosage-v${PV}"
|
||||
MY_DATA_P="superflu-riteurnz-v1.0.0-xmas2020demo-data"
|
||||
|
||||
DESCRIPTION="Artisanal video-game about Superflu, the useless super-hero (french)"
|
||||
HOMEPAGE="https://ptilouk.net/superflu-riteurnz/"
|
||||
SRC_URI="
|
||||
https://framagit.org/Gee/sosage/-/archive/v${PV}/${MY_P}.tar.gz
|
||||
https://ptilouk.net/superflu-riteurnz/superflu-riteurnz-v1.0.0-xmas2020demo-data.zip
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
LICENSE="CC-BY-SA-2.0 GPL-3+ CC-BY-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libyaml
|
||||
media-libs/libsdl2
|
||||
media-libs/sdl2-mixer
|
||||
media-libs/sdl2-image
|
||||
media-libs/sdl2-ttf
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DSOSAGE_DATA_FOLDER="${WORKDIR}/${MY_DATA_P}"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user