Add musl components

This commit is contained in:
Ethan O'Brien 2024-08-16 10:00:55 -05:00
parent 3393827121
commit 1d7f2cb837
2 changed files with 56 additions and 0 deletions

32
components-musl.json Normal file
View file

@ -0,0 +1,32 @@
{
"wine": [
{
"name": "wine-staging-tkg-musl",
"title": "Wine-Staging-TkG-musl"
}
],
"dxvk": [
{
"name": "vanilla",
"title": "Vanilla"
},
{
"name": "gplasync",
"title": "Gplasync",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
},
{
"name": "async",
"title": "Async",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
}
]
}

View file

@ -0,0 +1,24 @@
[
{
"name": "wine-9.12-staging-tkg-musl",
"title": "Wine-Staging-TkG 9.12",
"uri": "https://git.ethanthesleepy.one/ethanaobrien/wine-staging-tkg-musl/releases/download/9.12/wine-9.12-staging-tkg-musl.tar.gz",
"files": {
"wine": "bin/wine",
"wine64": "bin/wine64",
"wineserver": "bin/wineserver",
"wineboot": "bin/wineboot"
}
},
{
"name": "wine-9.11-staging-tkg-musl",
"title": "Wine-Staging-TkG 9.11",
"uri": "https://git.ethanthesleepy.one/ethanaobrien/wine-staging-tkg-musl/releases/download/9.11/wine-9.11-staging-tkg-musl.tar.gz",
"files": {
"wine": "bin/wine",
"wine64": "bin/wine64",
"wineserver": "bin/wineserver",
"wineboot": "bin/wineboot"
}
}
}