summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/iota/Manifest1
-rw-r--r--net-p2p/iota/iota-2.5.4.ebuild32
-rw-r--r--net-p2p/iota/metadata.xml8
3 files changed, 41 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bertrand@jacquin.bzh</email>
+ <name>Bertrand Jacquin</name>
+ </maintainer>
+</pkgmetadata>