pentoo-overlay/dev-ruby/rbnacl-libsodium/rbnacl-libsodium-1.0.13.ebuild
2017-10-18 11:19:28 +08:00

18 lines
361 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby23 ruby24"
inherit ruby-fakegem
DESCRIPTION="rbnacl with bundled libsodium"
HOMEPAGE="https://github.com/cryptosphere/rbnacl-libsodium"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=" >=dev-ruby/rbnacl-3.0.1 "