summaryrefslogtreecommitdiff
blob: 7f6741ce763e3592d96a897e0c8f9b47da0e567b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit multilib unpacker eutils

DESCRIPTION="Vagrant binary Package"
HOMEPAGE=""
SRC_URI="http://files.vagrantup.com/packages/db8e7a9c79b23264da129f55cf8569167fc22415/vagrant_1.3.3_x86_64.deb"

LICENSE="gpl"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/opt/vagrant"
QA_PREBUILT="*"

src_install() {
    local version flapper

	dodir /opt/vagrant
	cp -r ./* "${ED}opt/vagrant"

	make_wrapper vagrant /opt/vagrant/bin/vagrant
}