1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup qmake5 1.0 |
---|
6 | |
---|
7 | name qbs |
---|
8 | |
---|
9 | version 1.4.0 |
---|
10 | categories devel |
---|
11 | platforms darwin |
---|
12 | license LGPL-2.1 |
---|
13 | maintainers openmaintainer \ |
---|
14 | petroules.com:jake.petroules |
---|
15 | description Build tool that helps simplify the build process for developing projects across multiple platforms. |
---|
16 | long_description Qt Build Suite (Qbs) is a tool that helps simplify the build process for developing projects across multiple platforms. |
---|
17 | |
---|
18 | homepage https://wiki.qt.io/Qt_Build_Suite |
---|
19 | distname qbs-${version}.src |
---|
20 | worksrcdir qbs-${version} |
---|
21 | master_sites https://download.qt.io/official_releases/qbs/${version}/ |
---|
22 | |
---|
23 | checksums rmd160 e0f192ad5abd2f38a4a20f3bbc15afb2c2a8287b \ |
---|
24 | sha256 d384d0368c3e32ab3bdd9d85c96bb037aa1f650e77326ab5cd400a38cfef33f3 |
---|
25 | |
---|
26 | configure.post_args QBS_INSTALL_PREFIX=${prefix} qbs.pro |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url https://download.qt.io/official_releases/qbs/ |
---|
30 | livecheck.regex {(\d+(?:\.\d+)+)/} |
---|