mirror of
https://github.com/darlinghq/flathub.git
synced 2024-11-23 12:29:41 +00:00
Add llvm13
, libbsd
, python-2.7
, and libmd
This commit is contained in:
parent
cba0099e9a
commit
1a07eac67e
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "modules/flatpak-shared-modules"]
|
||||
path = modules/flatpak-shared-modules
|
||||
url = https://github.com/flathub/shared-modules.git
|
1
modules/flatpak-shared-modules
Submodule
1
modules/flatpak-shared-modules
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 087c800ebf0e8109888e829cf3de516ba060124d
|
8
modules/libbsd/libbsd.yml
Normal file
8
modules/libbsd/libbsd.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: libbsd
|
||||
buildsystem: autotools
|
||||
modules:
|
||||
- "libmd.yml"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://libbsd.freedesktop.org/releases/libbsd-0.11.5.tar.xz
|
||||
sha256: 1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd
|
6
modules/libbsd/libmd.yml
Normal file
6
modules/libbsd/libmd.yml
Normal file
@ -0,0 +1,6 @@
|
||||
name: libmd
|
||||
buildsystem: autotools
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://libbsd.freedesktop.org/releases/libmd-1.0.4.tar.xz
|
||||
sha256: f51c921042e34beddeded4b75557656559cf5b1f2448033b4c1eec11c07e530f
|
@ -2,13 +2,20 @@ app-id: org.darlinghq.Darling
|
||||
runtime: org.freedesktop.Platform
|
||||
runtime-version: '21.08'
|
||||
sdk: org.freedesktop.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.llvm13
|
||||
command: darling shell
|
||||
modules:
|
||||
- name: darling
|
||||
buildsystem: cmake
|
||||
builddir: true
|
||||
build-options:
|
||||
append-path: /usr/lib/sdk/llvm13/bin
|
||||
prepend-ld-library-path: /usr/lib/sdk/llvm13/lib
|
||||
modules:
|
||||
- modules/fuse/fuse.yml
|
||||
- modules/libbsd/libbsd.yml
|
||||
- modules/flatpak-shared-modules/python2.7/python-2.7.json
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/darlinghq/darling.git
|
||||
|
Loading…
Reference in New Issue
Block a user