mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-01 04:04:27 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
20
shared-modules/linux-audio/liblo.json
Normal file
20
shared-modules/linux-audio/liblo.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "liblo",
|
||||
"build-options": {
|
||||
"cflags": "-Wno-error=use-after-free"
|
||||
},
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"*.so"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://download.sf.net/sourceforge/liblo/liblo-0.31.tar.gz",
|
||||
"sha256": "2b4f446e1220dcd624ecd8405248b08b7601e9a0d87a0b94730c2907dbccc750"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue