summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2024-01-04 19:15:56 +0100
committerArsen Arsenović <arsen@gentoo.org>2024-01-04 19:23:13 +0100
commita1bedcb3e27426bcef32098222c09dbe58860482 (patch)
tree2b472999a35b861a2f307bcf1731a4bc15f70cc4
parentprofiles/package.mask: fix golicense replacement (diff)
downloadgentoo-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>
-rw-r--r--app-emacs/vue-html-mode/vue-html-mode-9999.ebuild24
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"