mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-emacs/inheritenv: new package, add 0.2
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
1
app-emacs/inheritenv/Manifest
Normal file
1
app-emacs/inheritenv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST inheritenv-0.2.tar.gz 3441 BLAKE2B 1c114bb0baa11609542e9ff763ec00049c9b7fff6f0ee7d695f126eed42fa4fae997e2c95f7c2e2b6d0c883f750ddce1057cd34933f160ea5cd0abf25d87f5f6 SHA512 0389e4953163f14d5cd262a68d991665fd8ad8251c125f4fa9ba93037b155739d5cde3a61953bfd26983a0a392ee705d4de9d6de301ffa065b377273de025a4d
|
||||
14
app-emacs/inheritenv/inheritenv-0.2.ebuild
Normal file
14
app-emacs/inheritenv/inheritenv-0.2.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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/inheritenv"
|
||||
SRC_URI="https://github.com/purcell/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
11
app-emacs/inheritenv/metadata.xml
Normal file
11
app-emacs/inheritenv/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/inheritenv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user