diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-10 20:38:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-26 15:36:51 +0200 |
commit | 3b51f0945541fa62b6ab6bc4ecd2c43e5079de07 (patch) | |
tree | d80adb24544ae203765070057b1ba7f91755a0d3 /dev-util/shadowman/shadowman-9999.ebuild | |
parent | dev-libs/sdformat: Remove old (diff) | |
download | gentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.tar.gz gentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.tar.bz2 gentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.zip |
dev-util/shadowman: New package
Diffstat (limited to 'dev-util/shadowman/shadowman-9999.ebuild')
-rw-r--r-- | dev-util/shadowman/shadowman-9999.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/shadowman/shadowman-9999.ebuild b/dev-util/shadowman/shadowman-9999.ebuild new file mode 100644 index 000000000000..816a0bfd21f7 --- /dev/null +++ b/dev-util/shadowman/shadowman-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://github.com/mgorny/shadowman" +inherit git-r3 + +DESCRIPTION="Unified compiler shadow link directory updater" +HOMEPAGE="https://github.com/mgorny/shadowman" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${D}" install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +} |