truffleHogRegexes: new ebuild (deps for dev-vcs/trufflehog)

This commit is contained in:
Yury Martynov 2019-07-14 14:37:42 +03:00
parent dc06dbece7
commit 7dbdc5da42
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST truffleHogRegexes-20190518.tar.gz 13928 BLAKE2B e9bf9610909b0e8ad22d9346c4cd51eddc52fec54c1a07ae974ace5bffc2cdd1bb4186bd1a80b4d9bb0479181ed6302871bcc592d0ff6aae2f5cf3af6c35ff24 SHA512 79f58385d9f3ef72584112d531f61b9fe7c91ae17f8d6719d5497d96f3c38baacc217b15144fb8dd7f9273fc1f39dc00fffeb7fabd48fa9ee5d7c551d22ea54d

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="These are the regexes that power trufflehog"
HOMEPAGE="https://github.com/dxa4481/truffleHogRegexes"
HASH_COMMIT="a73e8d3304f37bca4f85e44e533c9797eb6d0b95" # 20190518
SRC_URI="https://github.com/dxa4481/truffleHogRegexes/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT=0
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
S="${WORKDIR}/truffleHogRegexes-${HASH_COMMIT}"