mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/passage: new package, add 1.7.4.2
Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
This commit is contained in:
1
app-admin/passage/Manifest
Normal file
1
app-admin/passage/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 1.7.4a2.tar.gz 19537 BLAKE2B 2dad41eea45f61342e6ab7c98f8f341b787b734a77bf34a1682d39315040fd5233fa00c2b31ed015d4b98cf7e386334409ac048dcb988b101d7c80c893bec593 SHA512 20b6ec5ac188407a86c04300590918eb179eeb2b93f5a72ed1276d299691cfded79e4766f7170899d14c99ae986cf55af20831595253d540869e0557ba093d86
|
||||
12
app-admin/passage/metadata.xml
Normal file
12
app-admin/passage/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hoelbezier@riseup.net</email>
|
||||
<name>Hoël Bézier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/FiloSottile/passage/issues</bugs-to>
|
||||
<remote-id type="github">FiloSottile/passage</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
27
app-admin/passage/passage-1.7.4.2.ebuild
Normal file
27
app-admin/passage/passage-1.7.4.2.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PV="$(ver_rs 3 a)"
|
||||
|
||||
DESCRIPTION="A fork of password-store using age as encryption backend"
|
||||
HOMEPAGE="https://github.com/FiloSottile/passage"
|
||||
SRC_URI="https://github.com/FiloSottile/${PN}/archive/refs/tags/${MY_PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="wayland git"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/age
|
||||
app-shells/bash
|
||||
>=app-text/tree-1.7.0
|
||||
sys-apps/coreutils
|
||||
wayland? ( gui-apps/wl-clipboard )
|
||||
git? ( dev-vcs/git )
|
||||
"
|
||||
Reference in New Issue
Block a user