Skip to content

Commit

Permalink
formatting: auto-format flatpak-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ikolomiko committed Feb 7, 2024
1 parent 16651c6 commit 9616439
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions contrib/flatpak-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@
],
"modules": [
{
"name": "libzip",
"cleanup": [ "/bin", "/share" ],
"sources": [
{
"type": "archive",
"url": "https://nih.at/libzip/libzip-1.1.3.tar.xz",
"sha256": "729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee"
}
]
},
"name": "libzip",
"cleanup": [
"/bin",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://nih.at/libzip/libzip-1.1.3.tar.xz",
"sha256": "729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee"
}
]
},
{
"name": "boost",
"buildsystem": "simple",
Expand All @@ -48,18 +51,21 @@
{
"name": "Gridcoin-Research",
"buildsystem": "autotools",
"config-opts": ["--with-boost-libdir=/app/lib"],
"config-opts": [
"--with-boost-libdir=/app/lib"
],
"sources": [
{
"type": "dir",
"path": ".."
},
{
"type": "shell",
"commands": ["./autogen.sh"]
},
"commands": [
"./autogen.sh"
]
}
]
}
]
}

}

0 comments on commit 9616439

Please sign in to comment.