# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" inherit eutils unpacker DESCRIPTION="An extensible mail client built on the modern web." HOMEPAGE="https://nylas.com/N1" SRC_URI="amd64? ( https://edgehill.s3-us-west-2.amazonaws.com/${PV}-c1ce330/linux/x64/N1.deb -> ${P}.deb )" SLOT="0" KEYWORDS="~amd64" RDEPEND="" S=${WORKDIR} src_install() { cp -R "${S}/usr" "${D}/" || die "Install failed!" }