summaryrefslogtreecommitdiff
blob: b3533b2812af40a7145cc63d269fac4f5a40fbc8 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit versionator

DESCRIPTION="A bash shell script framework"
HOMEPAGE="http://www.bashinator.org"

SRC_URI="http://www.bashinator.org/releases/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="$(get_major_version)"

KEYWORDS="amd64 x86"

DEPEND=""
RDEPEND="app-shells/bash
	sys-apps/coreutils"

src_compile() { :; }

src_install() {
	insinto /usr/lib
	doins bashinator.lib.${SLOT}.sh
	docinto example
	PORTAGE_COMPRESS= dodoc example/*
}