app-emacs/coffee-mode - 0.6.3.20200315 (graaff)

Search

Install

Install this version:

emerge -a =app-emacs/coffee-mode-0.6.3.20200315

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/coffee-mode-0.6.3.20200315

Or alternatively:

emerge --autounmask-write -a =app-emacs/coffee-mode-0.6.3.20200315

Package Information

Description:
A major mode for editing CoffeeScript
Homepage:
https://github.com/defunkt/coffee-mode
License:
|| ( GPL-2 GPL-3 )

Ebuild Details

Version EAPI Keywords Slot
0.6.3.20200315 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

COMMIT=35a41c7d8233eac0b267d9593e67fb8b6235e134

inherit elisp

IUSE=""

DESCRIPTION="A major mode for editing CoffeeScript"
HOMEPAGE="https://github.com/defunkt/coffee-mode"
SRC_URI="https://github.com/defunkt/coffee-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}/coffee-mode-${COMMIT}"

SITEFILE="50${PN}-gentoo.el"

src_prepare() {
	sed -i -e 's/$(CASK) exec//' Makefile || die

	# Avoid version test since it no longer matches due to snapshot
	sed -i -e '/coffee-mode-version/,/^;/ s:^:;:' test/coffee-command.el || die

	default
}

src_install() {
	elisp_src_install

	dodoc README.md
}

Inherited Eclasses

Manifest for 0.6.3.20200315

Type File Size Source URLs
DIST coffee-mode-0.6.3.20200315.tar.gz 102944 bytes https://github.com/defunkt/coffee-mode/archive/35a41c7d8233eac0b267d9593e67fb8b6235e134.tar.gz