diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-17 19:11:32 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-17 19:43:49 +0000 |
commit | f5012b6205366d8fd85f8b4ffed1e97afc148a68 (patch) | |
tree | 6cc612a1c8f75316b18e0dc06b0be5f771ef7171 /app-emacs/orderless/orderless-0.7.ebuild | |
parent | app-emacs/marginalia: initial import at 0.12 (diff) | |
download | gentoo-f5012b6205366d8fd85f8b4ffed1e97afc148a68.tar.gz gentoo-f5012b6205366d8fd85f8b4ffed1e97afc148a68.tar.bz2 gentoo-f5012b6205366d8fd85f8b4ffed1e97afc148a68.zip |
app-emacs/orderless: initial import at 0.7
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/orderless/orderless-0.7.ebuild')
-rw-r--r-- | app-emacs/orderless/orderless-0.7.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild new file mode 100644 index 000000000000..264a4b3491f9 --- /dev/null +++ b/app-emacs/orderless/orderless-0.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=26 + +inherit readme.gentoo-r1 elisp + +DESCRIPTION="Consulting complete-read" +HOMEPAGE="https://github.com/oantolin/orderless" +SRC_URI="https://github.com/oantolin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="Enable orderless completion by placing + \"(setq completion-styles '(orderless))\" in your .emacs file." +ELISP_TEXTINFO="${PN}.texi" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} |