From 348fea6eda848e1af0f6874e16edba5e0e9cc353 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Tue, 12 Nov 2019 13:37:55 +1100 Subject: Add emacs-kubel --- emacs.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/emacs.scm b/emacs.scm index 53960f5..da09494 100644 --- a/emacs.scm +++ b/emacs.scm @@ -415,3 +415,30 @@ Features include : (synopsis "Magit-like porcelain for Kubernetes.") (description "") (license #f))) + +(define-public emacs-kubel + (let ((commit "9ed130c6e5d35b5fa41156f9ec62aa50365c23e0")) + (package + (name "emacs-kubel") + (version "20191014.2010") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/abrochard/kubel.git") + (commit commit))) + (sha256 + (base32 + "0xqjsng9fdf96h0sa01d0sza5qpkl14r2ccf0mmcg3l7c2xw8ibl")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-evil" ,emacs-evil) + ("emacs-transient" ,emacs-transient))) + (home-page "https://github.com/abrochard/kubel") + (synopsis + "extension for controlling Kubernetes with limited permissions") + (description + "Emacs extension for controlling Kubernetes with limited permissions. +Mostly focuses on pod management for now. +") + (license #f)))) -- cgit v1.2.3