mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
24 lines
474 B
Bash
24 lines
474 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: blshkv Exp $
|
|
|
|
EAPI=5
|
|
|
|
inherit git-r3
|
|
|
|
DESCRIPTION="Repository for proxenet plugins"
|
|
HOMEPAGE="https://github.com/hugsy/proxenet"
|
|
EGIT_REPO_URI="https://github.com/hugsy/proxenet-plugins.git"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install() {
|
|
insinto /usr/share/proxenet/proxenet-plugins
|
|
doins -r *
|
|
}
|