Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

build: add lib poco #2167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions poco/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
id: poco
name: poco
version: 1.13.3
kind: lib
description: |
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/pocoproject/poco.git
commit: ad72b25ace25da47ff3250f349d00e7ee46fb4b5


build:
kind: cmake
Loading