Merge remote-tracking branch 'github/pr/708'.
[gentoo.git] / app-crypt / scrypt / scrypt-1.2.0.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 DESCRIPTION="A simple password-based encryption utility using the scrypt key derivation function"
8 HOMEPAGE="http://www.tarsnap.com/scrypt.html"
9 SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
10
11 LICENSE="BSD-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 DOCS=( FORMAT )