mirror of
https://github.com/borgbase/vorta
synced 2025-01-18 21:49:22 +00:00
17 lines
527 B
JSON
17 lines
527 B
JSON
|
{
|
||
|
"name": "openssl",
|
||
|
"buildsystem": "simple",
|
||
|
"build-commands": [
|
||
|
"./config --prefix=/app --openssldir=/app/ssl shared zlib",
|
||
|
"make -j $FLATPAK_BUILDER_N_JOBS",
|
||
|
"make install"
|
||
|
],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "archive",
|
||
|
"url": "https://www.openssl.org/source/openssl-1.1.1b.tar.gz",
|
||
|
"sha256": "5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b"
|
||
|
}
|
||
|
]
|
||
|
}
|