mirror of
https://github.com/linglongdev/obs-workflows.git
synced 2025-10-23 06:04:20 +08:00
32 lines
708 B
YAML
32 lines
708 B
YAML
# SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
version: "1"
|
|
|
|
package:
|
|
id: org.deepin.demo
|
|
name: deepin-demo
|
|
version: 0.0.0.1
|
|
kind: app
|
|
description: |
|
|
simple qt demo.
|
|
|
|
command:
|
|
- /opt/apps/org.deepin.demo/files/bin/demo
|
|
|
|
base: org.deepin.foundation/23.0.0
|
|
runtime: org.deepin.Runtime/23.0.1
|
|
|
|
sources:
|
|
- kind: git
|
|
url: "https://github.com/linuxdeepin/linglong-builder-demo.git"
|
|
version: master
|
|
commit: a3b89c3aa34c1aff8d7f823f0f4a87d5da8d4dc0
|
|
|
|
build: |
|
|
cd /project/linglong/sources/linglong-builder-demo.git
|
|
qmake -makefile PREFIX=${PREFIX} LIB_INSTALL_DIR=${PREFIX}/lib/${TRIPLET}
|
|
make
|
|
make install
|