mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-07 23:06:06 +00:00
16 lines
323 B
JSON
16 lines
323 B
JSON
|
{
|
||
|
"name": "libmac",
|
||
|
"buildsystem": "cmake",
|
||
|
"cleanup": [
|
||
|
"/include/MAC"
|
||
|
],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "archive",
|
||
|
"url": "https://freac.org/patches/MAC_920_SDK.zip",
|
||
|
"sha256": "54a99ff50b589d4afdb0e38aa86dba2c6a9fe1a086330209ecd563f09e46fd66",
|
||
|
"strip-components": 0
|
||
|
}
|
||
|
]
|
||
|
}
|