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

build: add mdiedit #2187

Merged
merged 1 commit into from
May 29, 2024
Merged
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
27 changes: 27 additions & 0 deletions io.github.mdiedit/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
id: io.github.mdiedit
name: mdiedit
version: 0.1.0
kind: app
description: |
Simple text editor with MDI interface

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

source:
kind: git
url: https://github.com/selairi/mdiedit.git
commit: 4b94dc101f8f0711c75d72c7582d57243bb65ea5

build:
kind: cmake
manual:
configure: |
cd mdiedit
cmake -B ${build_dir} ${conf_args} ${extra_args}
build: |
cmake --build ${build_dir} -- ${jobs}
install: |
env DESTDIR=${dest_dir} cmake --build ${build_dir} --target install
Loading