From 150e817570411f97654a5e5fc9885c4146ea9af8 Mon Sep 17 00:00:00 2001 From: Jrabbit Date: Sat, 2 Jul 2011 01:57:24 +0000 Subject: [PATCH] package cnf as bep --- dev-python/cnf/cnf-1.0-git.bep | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-python/cnf/cnf-1.0-git.bep diff --git a/dev-python/cnf/cnf-1.0-git.bep b/dev-python/cnf/cnf-1.0-git.bep new file mode 100644 index 000000000..85971864e --- /dev/null +++ b/dev-python/cnf/cnf-1.0-git.bep @@ -0,0 +1,18 @@ +DESCRIPTION="A Script that hooks into command_not_found_handle to inform end users where to find an application if they don't have it. It can also check for typos (a feature of zsh)." +HOMEPAGE="https://github.com/jrabbit/haiku-cnf" +SRC_URI="git://github.com/jrabbit/haiku-cnf.git" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="dev-lang/python >= 2.6.4" + +BUILD { + echo "No build step" +} + +INSTALL { + cd cnf-1.0-git + python install_cnf.py +} +LICENSE="GNU GPL v3" +COPYRIGHT="2011 Jack Laxson" +