commit:     8340cb7afb505be99e18405508fbe309edd85d7e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Dec  6 14:40:13 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Dec  6 14:40:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8340cb7a

games-puzzle/aaaaxy: add 1.2.399

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-puzzle/aaaaxy/Manifest              |  2 ++
 games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild | 47 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/aaaaxy/Manifest b/games-puzzle/aaaaxy/Manifest
index 3cb3a2149..393d8b5e0 100644
--- a/games-puzzle/aaaaxy/Manifest
+++ b/games-puzzle/aaaaxy/Manifest
@@ -1,2 +1,4 @@
 DIST aaaaxy-1.2.377-deps.tar.xz 351455932 BLAKE2B 
0c634da2d9a2100825bdf38e4e7102f47e5d5ba37021e2a2087036b773a01e0599a495de81e4056ecbffdd7bcc1cc746100720599388b40202807a7798fe6ef7
 SHA512 
409967ec5eaafdd6a0fe2aee78121edab00c3fd38c33004c7f678ec90b7931f891a65a50c7442691f37819620bd5d0921c3494924da1cb1de5fdaf7b994a35d3
 DIST aaaaxy-1.2.377.tar.gz 26654270 BLAKE2B 
7538a8a685129a3761aae8b79c6ce263a3f879d2a6b9ada2597a66717b608cd755af1e850c0f6c882c7182febe35031cf623a86a80a40b8ea7cf11a02d78d723
 SHA512 
d8e761381b2155b15ef4d365fbe503f92fe08bd4af8aa365f610cf80d7658c09489ccc48e4706beca406797517bf38c1c0f154ccb43bf32b9a863dc632c6aa9c
+DIST aaaaxy-1.2.399-deps.tar.xz 351517684 BLAKE2B 
2f49c617cb97c444b251082087b96e0776122d5995f96bed5aae3e90d2a33dd73bf88c0255b9a98d01b841da0d1bee0059e6effe8ec644b7485fd2a547d13b42
 SHA512 
ebdbd28f7a53b6fed5b7f255ddba3e2dca33a2dfd088706505804a7db81d7cff9c0a993178c319d06d68d06129cc38cee48ca3838712304c07cb6f02a114f932
+DIST aaaaxy-1.2.399.tar.gz 26654724 BLAKE2B 
23fa75a883dd4c61fcf6f105c421418cd36755f10f3a8060ecaafdac53f86ce4c1db150a4b74ea20b80a1865a121394274763af601010ffc36c937520371db0f
 SHA512 
1030e6d1c7e6340e7a53d08fe38df99c19fb9ea58a21fc37af7d3ff50a612001f5cc763e812d5774eeff626edb1fa474fa71b36f116141283dffb775f5118932

diff --git a/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild 
b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild
new file mode 100644
index 000000000..d9c11534c
--- /dev/null
+++ b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module
+
+DEPS_DATE="2022-12-06" # when the deps archive has been created
+
+DESCRIPTION="A nonlinear 2D puzzle platformer taking place in impossible 
spaces"
+HOMEPAGE="https://divverent.github.io/aaaaxy/";
+SRC_URI="
+       https://github.com/divVerent/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+       
https://gitlab.com/api/v4/projects/41581401/packages/generic/${PN}/${PV}+${DEPS_DATE}/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD MIT "
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       media-libs/alsa-lib
+       media-libs/libglvnd
+       x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+       x11-libs/libXcursor
+       x11-libs/libXi
+       x11-libs/libXinerama
+       x11-libs/libXrandr
+"
+
+src_configure() {
+       GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+}
+
+src_compile() {
+       emake AAAAXY_BUILD_USE_VERSION_FILE=true BUILDTYPE=release
+}
+
+src_install() {
+       dobin ${PN}
+       doicon -s scalable ${PN}.svg
+       doicon -s 128 ${PN}.png
+       domenu ${PN}.desktop
+}

Reply via email to