# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils DESCRIPTION="Buy and manage SSL certificates from the command line" HOMEPAGE="https://www.sslmate.com" SRC_URI="https://packages.sslmate.com/other/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" DEPEND=" dev-perl/URI dev-perl/TermReadKey virtual/perl-JSON-PP " src_install() { emake DESTDIR="${D}" install PREFIX=/usr }