mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:24:36 +08:00
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
|
|
function getPkgName() {
|
|
echo "${1/5-/}-everywhere-src-${QVersion}";
|
|
}
|
|
|
|
|
|
# Qt5 version
|
|
Version="5.11.2"
|
|
# Tthe branch to build for official_releases/development_releases
|
|
Branch="official_releases"
|
|
|
|
# Qt5 version
|
|
Version=5.11.2
|
|
QSubVersion=${QVersion/-/}
|