# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils DESCRIPTION="bash function library" HOMEPAGE="" SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { insinto '/opt' doins -r "${S}/opt/bashfun" insinto '/usr/bin' doins "${S}/usr/bin/bst" fperms +x /usr/bin/bst }