summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-16 02:24:55 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-16 02:24:55 +0200
commit911bfd050890976ce77269c4991b7782f0c1acb9 (patch)
treef750311254a41ed48a76e1e41741812362932a74 /app-emacs/powershell/powershell-0.3_pre20220402.ebuild
parentapp-emacs/dockerfile-mode: new package; add version 1.6 (diff)
downloadgentoo-911bfd050890976ce77269c4991b7782f0c1acb9.tar.gz
gentoo-911bfd050890976ce77269c4991b7782f0c1acb9.tar.bz2
gentoo-911bfd050890976ce77269c4991b7782f0c1acb9.zip
app-emacs/powershell: new package; add version 0.3_pre20220402
2022.04.02 snapshot ...before 0.3 release Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/powershell/powershell-0.3_pre20220402.ebuild')
-rw-r--r--app-emacs/powershell/powershell-0.3_pre20220402.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/powershell/powershell-0.3_pre20220402.ebuild b/app-emacs/powershell/powershell-0.3_pre20220402.ebuild
new file mode 100644
index 000000000000..6d53582ddb59
--- /dev/null
+++ b/app-emacs/powershell/powershell-0.3_pre20220402.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=77b27faf8a292f1dc9f54c872241dc53b6791bf1
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs mode for editing and running PowerShell code"
+HOMEPAGE="https://github.com/jschaf/powershell.el/"
+SRC_URI="https://github.com/jschaf/${PN}.el/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"