diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 02:54:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 02:54:24 +0300 |
commit | 6709ad054f8e832013a76456ec50cb99034e8347 (patch) | |
tree | d34524d49289041520fcc44e5adb238ba1cc67ef /packages/dev-util/codelite/codelite.exlib | |
parent | 58969e4f1757e77f7dabe4027430403a4abf6281 (diff) |
codelite: use github.exlib, prefer git clone for tags
qtox: prefer git clone for tags
utox: prefer git clone for tags
Diffstat (limited to 'packages/dev-util/codelite/codelite.exlib')
-rw-r--r-- | packages/dev-util/codelite/codelite.exlib | 7 |
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 ] ]] |