mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-emacs/envrc: new package, add 0.11
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
1
app-emacs/envrc/Manifest
Normal file
1
app-emacs/envrc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST envrc-0.11.tar.gz 11462 BLAKE2B f963b18a848f6ae03269a66bfc4ab8370db3214b361374081751b79ac20f5998f5efedb8281a040a0fb5b7189afded3cfe170b84e3bc9012692173cb49c3b34c SHA512 397c6923883e54dbdb35b9c4dce518ac2bf7048792f63f883cc96c55d31ef5d88ca6a15a6f5768a3b814a5106e3e1a1881c95f76086a9142ac95bcb5cb17353d
|
||||
16
app-emacs/envrc/envrc-0.11.ebuild
Normal file
16
app-emacs/envrc/envrc-0.11.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs support for direnv which operates buffer-locally"
|
||||
HOMEPAGE="https://github.com/purcell/envrc"
|
||||
SRC_URI="https://github.com/purcell/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
3
app-emacs/envrc/files/50envrc-gentoo.el
Normal file
3
app-emacs/envrc/files/50envrc-gentoo.el
Normal file
@@ -0,0 +1,3 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(autoload 'envrc-global-mode "envrc"
|
||||
"Toggle envrc-global-mode." t)
|
||||
11
app-emacs/envrc/metadata.xml
Normal file
11
app-emacs/envrc/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>strdenis02@gmail.com</email>
|
||||
<name>Denis Strizhkin</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">purcell/envrc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user