fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"matrix": {
|
||||
"options": {
|
||||
"static": [
|
||||
{ "val": true },
|
||||
{ "val": false }
|
||||
],
|
||||
"method": [
|
||||
{ "val": "pkg-config" },
|
||||
{ "val": "cmake" },
|
||||
{ "val": "system" }
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
{ "static": true, "method": "pkg-config" },
|
||||
{ "static": true, "method": "cmake" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user