Skip to content

Commit

Permalink
app-crypt/xor-analyze: EAPI 6 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 11, 2017
1 parent 7976917 commit 184e42f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit toolchain-funcs

DESCRIPTION="program for cryptanalyzing xor 'encryption' with variable key length"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=xor-analyze"
SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_compile() {
rm -f Makefile || die
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" xor-analyze xor-enc
}

src_install() {
dobin xor-analyze xor-enc
dosym xor-enc /usr/bin/xor-dec
dodoc README TODO
}

0 comments on commit 184e42f

Please sign in to comment.