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

Commit

Permalink
build: add ardoise
Browse files Browse the repository at this point in the history
The Ardoise is an open source software providing an infinite area to draw small outlines.

Log: add software name--ardoise
  • Loading branch information
wjyrich committed May 29, 2024
1 parent e7f01b2 commit 342b95c
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 0 deletions.
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

0 comments on commit 342b95c

Please sign in to comment.