summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-01-20 20:04:42 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-01-20 21:45:12 +0100
commit5e05a820bfbd3b142754fbf9f8e109b888e4b407 (patch)
tree5214399c06c9f05762908a6918b8980e01c9b514 /app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild
parentapp-portage/elsw: bump to 1.0.0 (diff)
downloadgentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.tar.gz
gentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.tar.bz2
gentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.zip
app-emacs/treesit-auto: bump to 1.0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild')
-rw-r--r--app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild
new file mode 100644
index 000000000000..f60b9db41667
--- /dev/null
+++ b/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=29
+
+inherit elisp
+
+DESCRIPTION="Automatic installation, usage, fallback for tree-sitter modes in Emacs 29"
+HOMEPAGE="https://github.com/renzmann/treesit-auto/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/renzmann/${PN}.git"
+else
+ SRC_URI="https://github.com/renzmann/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"