diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-26 18:28:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-26 18:28:28 +0300 |
commit | 9e6e3b5c4abe02afbbaff147d4d9e1ab7e9115db (patch) | |
tree | db9876c22cc60f0668bcebb31e9953107e4985a1 /packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 | |
parent | 59436023eab5a9f522fa6dce55b964fb458c1449 (diff) |
qt-creator-scm
Diffstat (limited to 'packages/sys-devel/qt-creator/qt-creator-scm.exheres-0')
-rw-r--r-- | packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 b/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 new file mode 100644 index 0000000..6483962 --- /dev/null +++ b/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 @@ -0,0 +1,29 @@ +# Copyright 2010 Kim Højgaard-Hansen <kimrhh@exherbo.org> +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="git://code.qt.io/qt-creator/qt-creator.git" +SCM_EXTERNAL_REFS=" + src/shared/qbs:qbs +" + +SCM_qbs_EXTERNAL_REFS=" + src/shared/qtscript:script +" +SCM_SECONDARY_REPOSITORIES=" + qbs + script +" + + +SCM_qbs_REPOSITORY="git://code.qt.io/qbs/qbs.git" +SCM_script_REPOSITORY="git://code.qt.io/qt/qtscript.git" + +require qt-creator scm-git + +DOWNLOADS="" + +PLATFORMS="~amd64 ~x86" + +UPSTREAM_DOCUMENTATION="http://doc-snapshots.qt.io/${PN/-/}-master/index.html" +UPSTREAM_CHANGELOG="" + |