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

EAPI=8

inherit elisp

DESCRIPTION="Major mode for editing Poke programs"
HOMEPAGE="https://elpa.gnu.org/packages/poke-mode.html"
# Rehosted ELPA tarballs for compression.
SRC_URI="https://dev.gentoo.org/~arsen/poke-mode-${PV}.tar.gz"

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

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