app-emacs/swift-mode - 10.0.0 (melpa-stable)

Search

Install

Install this version:

emerge -a =app-emacs/swift-mode-10.0.0

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

autounmask =app-emacs/swift-mode-10.0.0

Or alternatively:

emerge --autounmask-write -a =app-emacs/swift-mode-10.0.0

Package Information

Description:
Major-mode for Apple's Swift programming language
Homepage:
https://github.com/swift-emacs/swift-mode

Ebuild Details

Version EAPI Keywords Slot
10.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REPO_URI="https://stable.melpa.org/packages/"
SOURCE_TYPE="tar"
REALNAME="swift-mode"
DIGEST_SOURCES="yes"

inherit g-sorcery gs-elpa

DESCRIPTION="Major-mode for Apple's Swift programming language"

HOMEPAGE="https://github.com/swift-emacs/swift-mode"
SRC_URI="${REPO_URI}${REALNAME}-${PV}.${SUFFIX}"

SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND=""

Inherited Eclasses