# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DESCRIPTION="Static code analyzer for C and C++ code" HOMEPAGE="http://www.viva64.com/en/pvs-studio/" SRC_URI="http://files.viva64.com/${P}-1.x86_64.tgz" LICENSE="pvs-studio" RDEPEND="" DEPEND="" SLOT="0" KEYWORDS="~amd64" S="${WORKDIR}" src_install() { dobin plog-converter dobin pvs-studio dobin pvs-studio-analyzer } pkg_postinst() { elog "PVS-Studio requires you to acquire a license." elog "You can acquire a license here http://www.viva64.com/en/order/" }