diff --git a/app-admin/passage/Manifest b/app-admin/passage/Manifest new file mode 100644 index 0000000000..3267f4d013 --- /dev/null +++ b/app-admin/passage/Manifest @@ -0,0 +1 @@ +DIST 1.7.4a2.tar.gz 19537 BLAKE2B 2dad41eea45f61342e6ab7c98f8f341b787b734a77bf34a1682d39315040fd5233fa00c2b31ed015d4b98cf7e386334409ac048dcb988b101d7c80c893bec593 SHA512 20b6ec5ac188407a86c04300590918eb179eeb2b93f5a72ed1276d299691cfded79e4766f7170899d14c99ae986cf55af20831595253d540869e0557ba093d86 diff --git a/app-admin/passage/metadata.xml b/app-admin/passage/metadata.xml new file mode 100644 index 0000000000..9e444ea926 --- /dev/null +++ b/app-admin/passage/metadata.xml @@ -0,0 +1,12 @@ + + + + + hoelbezier@riseup.net + Hoël Bézier + + + https://github.com/FiloSottile/passage/issues + FiloSottile/passage + + diff --git a/app-admin/passage/passage-1.7.4.2.ebuild b/app-admin/passage/passage-1.7.4.2.ebuild new file mode 100644 index 0000000000..1c919fa0ad --- /dev/null +++ b/app-admin/passage/passage-1.7.4.2.ebuild @@ -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 ) +"