summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-11-12 13:26:41 +0000
committerNoel Darlow <mail@mcgruff.plus.com>2012-11-12 13:26:41 +0000
commit45baa210fb18d0ab681dd97a1bab9a82582e3550 (patch)
tree96054ad12cdb71ef9a8f18cf26f53c4d84583d65 /app-misc/bashfun/bashfun-0.2.3.ebuild
parentminor fix (diff)
downloadunderlay-45baa210fb18d0ab681dd97a1bab9a82582e3550.tar.gz
underlay-45baa210fb18d0ab681dd97a1bab9a82582e3550.tar.bz2
underlay-45baa210fb18d0ab681dd97a1bab9a82582e3550.zip
bashfun remote file exists
Diffstat (limited to 'app-misc/bashfun/bashfun-0.2.3.ebuild')
-rw-r--r--app-misc/bashfun/bashfun-0.2.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/bashfun/bashfun-0.2.3.ebuild b/app-misc/bashfun/bashfun-0.2.3.ebuild
new file mode 100644
index 0000000..70f9446
--- /dev/null
+++ b/app-misc/bashfun/bashfun-0.2.3.ebuild
@@ -0,0 +1,24 @@
+# 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
+}