games-puzzle/krank - 8 (guru)

Search

Install

Install this version:

emerge -a =games-puzzle/krank-8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-puzzle/krank-8

Or alternatively:

emerge --autounmask-write -a =games-puzzle/krank-8

Package Information

Description:
Little casual game
Homepage:
https://gitlab.com/mazes_80/krank
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
8 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2016-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit desktop

DESCRIPTION="Little casual game"
HOMEPAGE="https://gitlab.com/mazes_80/krank"
SRC_URI="https://gitlab.com/mazes_80/krank/-/archive/${PV}/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/pygame"

src_install() {
	dobin krank
	insinto /usr/share/${PN}/
	doins -r src sounds levels fonts art
	make_desktop_entry ${PN} "Krank" "/usr/share/${PN}/levels/images/icon64x64.png"
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/pygame

Manifest for 8

Type File Size Source URLs
DIST krank-8.tar.bz2 25592196 bytes https://gitlab.com/mazes_80/krank/-/archive/8/krank-8.tar.bz2