app-emacs/nummove - 20070312 (emacs)

Search

Install

Install this version:

emerge -a =app-emacs/nummove-20070312

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

autounmask =app-emacs/nummove-20070312

Or alternatively:

emerge --autounmask-write -a =app-emacs/nummove-20070312

Package Information

Description:
A graphical game of fifteen
Homepage:
https://www.emacswiki.org/emacs/Nummove
License:
GPL-2+

Ebuild Details

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

EAPI=7

inherit elisp

DESCRIPTION="A graphical game of fifteen"
HOMEPAGE="https://www.emacswiki.org/emacs/Nummove"
# taken from http://users.student.lth.se/f03kr/nummove.tar.gz
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/${PN}"
PATCHES=("${FILESDIR}"/${P}-image-path.patch)
SITEFILE="50${PN}-gentoo.el"

src_install() {
	elisp_src_install
	insinto "${SITEETC}/${PN}"
	doins [0-9]*.png
}

Inherited Eclasses

Manifest for 20070312

Type File Size Source URLs
DIST nummove-20070312.tar.gz 240644 bytes https://dev.gentoo.org/~ulm/distfiles/nummove-20070312.tar.gz