mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "libsecret",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dmanpage=false",
|
|
"-Dvapi=false",
|
|
"-Dgtk_doc=false"
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/share/gir-1.0",
|
|
"/share/man"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.gnome.org/sources/libsecret/0.19/libsecret-0.19.1.tar.xz",
|
|
"sha256": "8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a"
|
|
}
|
|
]
|
|
}
|