commit:     a1bedcb3e27426bcef32098222c09dbe58860482
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 18:15:56 2024 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 18:23:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bedcb3

app-emacs/vue-html-mode: add 9999

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 app-emacs/vue-html-mode/vue-html-mode-9999.ebuild | 24 +++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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"

Reply via email to