mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-admin/pass-audit: new package, add 1.2
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
app-admin/pass-audit/Manifest
Normal file
1
app-admin/pass-audit/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pass-audit-1.2.tar.gz 56581 BLAKE2B f57a38c8343b27c05c6e8e371b421c7d5bc7381f51f3b4daf97227ffe437a930922f6deff8126f32e705e5e965774c6aeef6676dbc67594f1bead46326b4c478 SHA512 3036340b31612a52826c13ea558def3a3ca49164eb9b3c516f4923d99126cbe5e85150bca9f8ca26d70375bf92e1b06d606f39a3679de60770ab14f6f24a8267
|
||||
12
app-admin/pass-audit/metadata.xml
Normal file
12
app-admin/pass-audit/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>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">roddhjav/pass-audit</remote-id>
|
||||
<remote-id type="pypi">pass-audit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
34
app-admin/pass-audit/pass-audit-1.2.ebuild
Normal file
34
app-admin/pass-audit/pass-audit-1.2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10,11,12} )
|
||||
|
||||
inherit distutils-r1 pypi shell-completion
|
||||
|
||||
DESCRIPTION="A pass extension for auditing your password repository. "
|
||||
HOMEPAGE="https://github.com/roddhjav/pass-audit"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
# No test on PYPI
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="app-admin/pass"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
newbashcomp share/bash-completion/completions/pass-audit "${PN}"
|
||||
newzshcomp share/zsh/site-functions/_pass-audit _"${PN}"
|
||||
doman share/man/man1/pass-audit.1
|
||||
|
||||
exeinto /usr/lib/password-store/extensions
|
||||
doexe audit.bash
|
||||
}
|
||||
Reference in New Issue
Block a user