app-emacs/lyskom-elisp-client: amd64 stable wrt bug #715296
[gentoo.git] / app-emacs / actionscript-mode / actionscript-mode-7.2.2_p20180527.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 COMMIT="65abd58e198458a8e46748c5962c41d80d60c4ea"
9 DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files"
10 HOMEPAGE="https://github.com/austinhaas/actionscript-mode"
11 SRC_URI="https://github.com/austinhaas/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16
17 S="${WORKDIR}/${PN}-${COMMIT}"
18 SITEFILE="50${PN}-gentoo.el"
19 DOCS="README.md"