mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
20 lines
525 B
Bash
20 lines
525 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit elisp
|
|
|
|
COMMIT="65abd58e198458a8e46748c5962c41d80d60c4ea"
|
|
DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files"
|
|
HOMEPAGE="https://github.com/austinhaas/actionscript-mode"
|
|
SRC_URI="https://github.com/austinhaas/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
S="${WORKDIR}/${PN}-${COMMIT}"
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
DOCS="README.md"
|