mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
20
dev-python/cnf/cnf-1.0-git.recipe
Normal file
20
dev-python/cnf/cnf-1.0-git.recipe
Normal file
@@ -0,0 +1,20 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user