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

build: add ardoise #2182

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions io.github.ardoise/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
package:
id: io.github.ardoise
name: ardoise
version: 0.4.0.2
kind: app
description: |
The Ardoise is an open source software providing an infinite area to draw small outlines.
runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/hl037/ardoise.git
commit: 03b1ab18dc1a398bc2f9f6a5200b85330eb29b96
patch:
- patches/0001-install.patch
- patches/0002-install.patch

build:
kind: qmake
manual:
configure: |
cp icon.png ardoise.png
qmake -makefile ${conf_args} ${extra_args}
build: |
make ${jobs}
install: |
make ${jobs} DESTDIR=${dest_dir} install
Loading
Loading