summaryrefslogtreecommitdiff
blob: f5270bdd183c437b0ea7b8dcb0b1ef93b1d65c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit elisp

DESCRIPTION="A graphical game of fifteen"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Nummove"
# taken from http://users.student.lth.se/f03kr/nummove.tar.gz
SRC_URI="http://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
}