app-emacs/devil - 0.6.0 (gentoo)

Search

Package Information

Description:
Provides a modifier-free editing experience
Homepage:
https://github.com/susam/devil
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Provides a modifier-free editing experience"
HOMEPAGE="https://github.com/susam/devil"
SRC_URI="https://github.com/susam/devil/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

DOCS=( MANUAL.org )
SITEFILE="50${PN}-gentoo.el"

src_compile() {
	elisp_src_compile
	elisp-make-autoload-file
}

src_test() {
	elisp-test-ert . -l ${PN}-tests.el
}

Manifest for 0.6.0

Type File Size Source URLs
DIST devil-0.6.0.tar.gz 23943 bytes https://github.com/susam/devil/archive/0.6.0.tar.gz