public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
Date: Tue, 10 Jan 2023 08:37:44 +0000 (UTC)	[thread overview]
Message-ID: <1673211165.8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6.lanodan@gentoo> (raw)

commit:     8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan  8 20:52:45 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jan  8 20:52:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d67e9c8

games-puzzle/baba-is-you: new package, add 474

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 games-puzzle/baba-is-you/Manifest               |  1 +
 games-puzzle/baba-is-you/baba-is-you-474.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/games-puzzle/baba-is-you/Manifest b/games-puzzle/baba-is-you/Manifest
new file mode 100644
index 000000000..237ee69eb
--- /dev/null
+++ b/games-puzzle/baba-is-you/Manifest
@@ -0,0 +1 @@
+DIST BIY_linux.tar.gz 92815828 BLAKE2B 22822b5412058fc7b49c95fa694520f1e6a250b9a674e85f5e9d5bdb432793d37075b265eb3f925708a78396052210276c87b011501f6732c51b90d33380345a SHA512 93ab99998b8705c866bad2d84549c6e13dc824afe9db4cc5f125cb715edddf4f3f42de828498198bcf38e2f10c2520f2cf50216c5e55c4f4d0095aa1b9cf13d3

diff --git a/games-puzzle/baba-is-you/baba-is-you-474.ebuild b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
new file mode 100644
index 000000000..62a5aa42e
--- /dev/null
+++ b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="Baba Is You"
+
+inherit desktop
+
+DESCRIPTION="Puzzle game where you can change the rules by which you play"
+HOMEPAGE="https://www.hempuli.com/baba/"
+SRC_URI="BIY_linux.tar.gz"
+S="${WORKDIR}"/"${MY_PN}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist fetch splitdebug"
+
+DIR="/opt/${PN}"
+QA_PREBUILT="${DIR#/}/*"
+
+RDEPEND="virtual/opengl"
+
+pkg_nofetch() {
+	einfo "Please buy and download ${SRC_URI} from:"
+	einfo " https://hempuli.itch.io/baba"
+	einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+	local arch=$(usex amd64 64 32)
+	insinto "${DIR}"
+	doins -r Assets.dat gamecontrollerdb.txt Data/
+
+	exeinto "${DIR}"/bin${arch}
+	doexe bin${arch}/Chowdren
+
+	exeinto "${DIR}"
+	doexe run.sh
+
+	newicon icon.bmp ${PN}.bmp
+	make_desktop_entry /usr/bin/${PN} "${MY_PN}" ${PN}.bmp LogicGame
+	dosym -r "${DIR}"/run.sh /usr/bin/${PN}
+}


             reply	other threads:[~2023-01-10  8:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10  8:37 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-31 11:00 [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/ Florian Schmaus
2024-02-20 18:23 Julien Roy
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2025-04-19 15:28 David Roman
2025-04-19 15:28 David Roman
2025-04-19 15:28 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1673211165.8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox