pentoo-overlay/dev-ruby/rbnacl-libsodium/rbnacl-libsodium-1.0.16.ebuild
2018-10-17 00:33:15 +08:00

18 lines
358 B
Bash

# Copyright 1999-2018 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"