summaryrefslogtreecommitdiff
path: root/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0
blob: 6483962fe7a9af4a464797ec33c44d0ff0033654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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=""