# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=7 EGO_PN="pkg.deepin.io/lib/" inherit golang-vcs-snapshot DESCRIPTION="Deepin GoLang Library" HOMEPAGE="https://github.com/linuxdeepin/go-lib" SRC_URI="https://github.com/linuxdeepin/go-lib/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_install() { insinto $(get_golibdir_gopath) doins -r src }