From 5bd7e6f995ec5d927586c9625f88f2c8976cd1b7 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 5 Mar 2018 23:34:59 +0000 Subject: net-p2p/iota: IOTO wallet Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- net-p2p/iota/Manifest | 1 + net-p2p/iota/iota-2.5.4.ebuild | 32 ++++++++++++++++++++++++++++++++ net-p2p/iota/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 net-p2p/iota/Manifest create mode 100644 net-p2p/iota/iota-2.5.4.ebuild create mode 100644 net-p2p/iota/metadata.xml (limited to 'net-p2p/iota') diff --git a/net-p2p/iota/Manifest b/net-p2p/iota/Manifest new file mode 100644 index 00000000..b648733d --- /dev/null +++ b/net-p2p/iota/Manifest @@ -0,0 +1 @@ +DIST iota-2.5.4.tar.gz 79727845 BLAKE2B e3dab39081007e95f72bf6fe60364a2a49c2d294e0ba84cee311d8f07904f7052945dd3e8645d67a66c3c21f7efdcf05debe3ea928492be6aec2e8b9f30fb6fd SHA512 33084b9d349cf409b782a66174f3a6e2e0f9b3baf0cb119cf5cb4c3aa08532560b4c634b7bf8b546f37a53a024d755a716b4f95489ec54653562d897d53743d4 diff --git a/net-p2p/iota/iota-2.5.4.ebuild b/net-p2p/iota/iota-2.5.4.ebuild new file mode 100644 index 00000000..20c05d68 --- /dev/null +++ b/net-p2p/iota/iota-2.5.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="IOTA wallet" +HOMEPAGE="https://iota.org" +SRC_URI="https://github.com/iotaledger/wallet/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +QA_PREBUILT="opt/${PN}/*.so + opt/${PN}/iota" + +src_install () { + insinto /opt/${PN} + doins -r locales resources + doins *.bin + doins *.dat + doins *.pak + + exeinto /opt/${PN} + doexe ${PN} + doexe libnode.so + doexe libffmpeg.so +} diff --git a/net-p2p/iota/metadata.xml b/net-p2p/iota/metadata.xml new file mode 100644 index 00000000..82f7232e --- /dev/null +++ b/net-p2p/iota/metadata.xml @@ -0,0 +1,8 @@ + + + + + bertrand@jacquin.bzh + Bertrand Jacquin + + -- cgit v1.2.3