diff options
-rw-r--r-- | packages/dev-util/codelite/codelite-scm.exheres-0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/dev-util/codelite/codelite-scm.exheres-0 b/packages/dev-util/codelite/codelite-scm.exheres-0 index 4e34ab6..990ae18 100644 --- a/packages/dev-util/codelite/codelite-scm.exheres-0 +++ b/packages/dev-util/codelite/codelite-scm.exheres-0 @@ -1,6 +1,16 @@ # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> # Distributed under the terms of the GNU General Public License v2 +SCM_EXTERNAL_REFS=" + ctags:cts +" +SCM_cts_REPOSITORY="https://github.com/eranif/ctags" + +SCM_SECONDARY_REPOSITORIES=" + cts +" + require codelite + PLATFORMS="~amd64 ~x86" |