From 6709ad054f8e832013a76456ec50cb99034e8347 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 22 Jul 2018 02:54:24 +0300 Subject: codelite: use github.exlib, prefer git clone for tags qtox: prefer git clone for tags utox: prefer git clone for tags --- packages/dev-util/codelite/codelite.exlib | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/dev-util/codelite/codelite.exlib') 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 -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 ] ]] -- cgit v1.2.3