diff options
author | Arsen Arsenović <arsen@gentoo.org> | 2024-01-04 19:15:56 +0100 |
---|---|---|
committer | Arsen Arsenović <arsen@gentoo.org> | 2024-01-04 19:23:13 +0100 |
commit | a1bedcb3e27426bcef32098222c09dbe58860482 (patch) | |
tree | 2b472999a35b861a2f307bcf1731a4bc15f70cc4 /app-emacs/vue-html-mode | |
parent | profiles/package.mask: fix golicense replacement (diff) | |
download | gentoo-a1bedcb3e27426bcef32098222c09dbe58860482.tar.gz gentoo-a1bedcb3e27426bcef32098222c09dbe58860482.tar.bz2 gentoo-a1bedcb3e27426bcef32098222c09dbe58860482.zip |
app-emacs/vue-html-mode: add 9999
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'app-emacs/vue-html-mode')
-rw-r--r-- | app-emacs/vue-html-mode/vue-html-mode-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild new file mode 100644 index 000000000000..45107b950464 --- /dev/null +++ b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Major Emacs mode for editing Vue.js templates" +HOMEPAGE="https://github.com/AdamNiederer/vue-html-mode/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/AdamNiederer/${PN}.git" +else + SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" |