summaryrefslogtreecommitdiff
path: root/packages/dev-util/codelite/codelite.exlib
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-util/codelite/codelite.exlib')
-rw-r--r--packages/dev-util/codelite/codelite.exlib7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/dev-util/codelite/codelite.exlib b/packages/dev-util/codelite/codelite.exlib
index b18d62b..c2a492e 100644
--- a/packages/dev-util/codelite/codelite.exlib
+++ b/packages/dev-util/codelite/codelite.exlib
@@ -1,10 +1,7 @@
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-SCM_REPOSITORY="git://github.com/eranif/codelite.git"
-#require github [ user=eranif ]
-#TODO: for some reason github.exlib does not work from another exlib
-require scm-git
+require github [ user=eranif force_git_clone=true ]
HOMEPAGE="http://www.codelite.org"
SUMMARY="A Free, open source, cross platform C,C++,PHP and Node.js IDE"
@@ -16,7 +13,7 @@ require cmake [ api=2 ]
export_exlib_phases src_install
-DOWNLOADS=""
+
MYOPTIONS="
clang [[ description = [ Use clang for codecompletion ] ]]
flex [[ description = [ Add support for sys-devel/flex ] ]]