# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 OTHER=1.3.12.36116 DESCRIPTION="Advanced cross-platform Google Drive client" HOMEPAGE="https://www.insynchq.com/" SRC_URI=" x86? ( http://s.insynchq.com/builds/insync_${PV}-precise_i386.deb ) amd64? ( http://s.insynchq.com/builds/insync_${PV}-precise_amd64.deb ) nautilus? ( http://s.insynchq.com/builds/insync-nautilus_${OTHER}-precise_all.deb ) dolphin? ( http://s.insynchq.com/builds/insync-dolphin_${OTHER}-precise_all.deb ) thunar? ( http://s.insynchq.com/builds/insync-thunar_${OTHER}-precise_all.deb ) nemo? ( http://s.insynchq.com/builds/insync-nemo_${OTHER}-precise_all.deb ) caja? ( http://s.insynchq.com/builds/insync-caja_${OTHER}-precise_all.deb )" SLOT="0" KEYWORDS="-* ~x86 ~amd64" DEPEND=" "${T}/70${PN}" || die insinto "/etc/revdep-rebuild" && doins "${T}/70${PN}" || die } pkg_postinst() { elog "To automatically start insync add 'insync' to your session" elog "startup scripts. GNOME users can also choose to enable" elog "the insync extension via gnome-tweak-tool." }