summaryrefslogtreecommitdiff
path: root/gnome-extra
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:16:31 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:16:31 +0300
commitc9b6d3767497da6461e4f2f2645ba6d81c77238f (patch)
tree289826360ba50ffe450e31b06710ef774abd942d /gnome-extra
parent6c71fa52ceba4ae9e9b9258c8d3fd4edab905519 (diff)
add MEGASync for Nautilus
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/nautilus-megasync/Manifest2
-rw-r--r--gnome-extra/nautilus-megasync/nautilus-megasync-2.0.0.ebuild36
2 files changed, 38 insertions, 0 deletions
diff --git a/gnome-extra/nautilus-megasync/Manifest b/gnome-extra/nautilus-megasync/Manifest
new file mode 100644
index 00000000..68da8382
--- /dev/null
+++ b/gnome-extra/nautilus-megasync/Manifest
@@ -0,0 +1,2 @@
+DIST nautilus-megasync_2.0.0_amd64.deb 47202 SHA256 4c419210008a9b4d5c1af1967c26d085e655d68e971d8123d5610bd966c51bb4 SHA512 487190e66333143ca68790a3fae6092e71f283478e0a108db89b40efcd78e8bd6dd05a42bf9fa5693ecae1f7b5fc2c94e9f78356759f0374a0fc19f88bb4bca1 WHIRLPOOL 1c177dc176d57aa43d3050745812259d8369c042e7fd1396b8a7c9c12f3ddefc0d8503b1e150246665ee3af6c6bb810c37aed40aae5153c74c05f6580e95ab81
+DIST nautilus-megasync_2.0.0_i386.deb 47314 SHA256 ded467e8ae9f0f3f7d0f49cd55efea38356d0b2ca984c37fe16cdf38bc6876d2 SHA512 07974c9f2882cf4956060bd1f684c1e6fdc4ba798657c972b6b31cd6f9d6a5cf1f3d4531120db698d76b14c0acf3adb644f6c4c1f2e8bacf025250974ddd0efe WHIRLPOOL 4ab1e2ca638ad29407c6f5a8148c17d74cf60ca0e3ef7d6879e47ce2b2f27b59fe6b44f0f8b28ce345bf1173e694d62fa55f8aace9609de141809b1711d8a895
diff --git a/gnome-extra/nautilus-megasync/nautilus-megasync-2.0.0.ebuild b/gnome-extra/nautilus-megasync/nautilus-megasync-2.0.0.ebuild
new file mode 100644
index 00000000..0528eef8
--- /dev/null
+++ b/gnome-extra/nautilus-megasync/nautilus-megasync-2.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils multilib unpacker
+
+DESCRIPTION="Nautilus plugin for using the MEGA account with Megasync"
+HOMEPAGE="http://mega.co.nz"
+SRC_URI="
+ x86? ( https://mega.co.nz/linux/MEGAsync/xUbuntu_14.04/i386/${PN}_${PV}_i386.deb )
+ amd64? ( https://mega.co.nz/linux/MEGAsync/xUbuntu_14.04/amd64/${PN}_${PV}_amd64.deb )
+"
+
+LICENSE="MEGA"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="net-misc/megasync
+ gnome-base/nautilus"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_unpack(){
+ unpack ${A}
+ unpack ./data.tar.xz
+ rm -vr control.tar.gz data.tar.xz debian-binary usr/src
+}
+
+src_install(){
+ insinto /
+ doins -r usr
+}