summaryrefslogtreecommitdiff
blob: bcb0f8ed172f7d611599da6babcb69a79b4dbb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

NEED_EMACS=25

inherit elisp

DESCRIPTION="Major mode for editing Poke programs"
HOMEPAGE="https://elpa.gnu.org/packages/poke-mode.html"
SRC_URI="https://elpa.gnu.org/packages/${P}.tar"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

ELISP_REMOVE="poke-mode-pkg.el"
SITEFILE="50${PN}-gentoo.el"