Skip to content

Commit

Permalink
bruteforce-wallet: new tool
Browse files Browse the repository at this point in the history
  • Loading branch information
linxon committed Nov 30, 2019
1 parent a772e65 commit a93f197
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-crypt/bruteforce-wallet/Manifest
@@ -0,0 +1 @@
DIST bruteforce-wallet-1.5.2.tar.xz 24852 BLAKE2B d6a5d971df05aa1086a63055ed1ebadd5ea24bc222da9c1ecf93db338d4b4cf357e59b2efb11a61afb57e8c6bda0dd5b1cab12fc1441e310a196746365a2ac15 SHA512 614c983e2e891d22340d5fed1783c92ecf35838a79cf89bfd2f7b5b5cb54ca3b7bd472bff201fb039dee8602a39b98e7692b8a33ebc7e6c35115372c3681d92e
25 changes: 25 additions & 0 deletions app-crypt/bruteforce-wallet/bruteforce-wallet-1.5.2.ebuild
@@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file"
HOMEPAGE="https://github.com/glv2/${PN}"
SRC_URI="https://github.com/glv2/${PN}/releases/download/${PV}/${P}.tar.xz"

KEYWORDS="~amd64 ~arm ~x86"
LICENSE="GPL-3"
SLOT="0"

DEPEND="
dev-libs/openssl:*
sys-libs/db:*"

RDEPEND="${DEPEND}"

src_prepare() {
eautoreconf
default
}
8 changes: 8 additions & 0 deletions app-crypt/bruteforce-wallet/metadata.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit a93f197

Please sign in to comment.