app-emacs/inheritenv: new package, add 0.2

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin
2024-05-12 01:32:36 +03:00
parent b367944031
commit c344466181
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST inheritenv-0.2.tar.gz 3441 BLAKE2B 1c114bb0baa11609542e9ff763ec00049c9b7fff6f0ee7d695f126eed42fa4fae997e2c95f7c2e2b6d0c883f750ddce1057cd34933f160ea5cd0abf25d87f5f6 SHA512 0389e4953163f14d5cd262a68d991665fd8ad8251c125f4fa9ba93037b155739d5cde3a61953bfd26983a0a392ee705d4de9d6de301ffa065b377273de025a4d

View 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"

View 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>