forked from phase1geo/Outliner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.phase1geo.outliner.yml
44 lines (40 loc) · 1.02 KB
/
com.github.phase1geo.outliner.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
app-id: com.github.phase1geo.outliner
runtime: io.elementary.Platform
runtime-version: '7.2'
sdk: io.elementary.Sdk
command: com.github.phase1geo.outliner
finish-args:
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--filesystem=home'
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '/share/vala'
- '*.a'
- '*.la'
modules:
- name: discount
buildsystem: simple
cleanup:
'*.a'
build-commands:
- ./configure.sh --prefix=/app --enable-all-features --github-checkbox --with-fenced-code --shared
- sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh
- make install
sources:
- type: archive
url: http://www.pell.portland.or.us/~orc/Code/discount/discount-2.2.6.tar.bz2
sha256: ae68a4832ff8e620286304ec525c1fe8957be4d8f1e774588eb03d1c3deb74a7
- name: Outliner
buildsystem: meson
config-opts:
- '--libdir=lib'
sources:
- type: dir
path: .