Files
orbithub/third_party/FreeRDP/packaging/flatpak/modules/openssl.json

26 lines
718 B
JSON

{
"build-commands": [
"./config --prefix=/app --openssldir=/app --libdir=lib shared",
"make -j ${FLATPAK_BUILDER_N_JOBS} build_sw",
"make -j ${FLATPAK_BUILDER_N_JOBS} install_sw"
],
"buildsystem": "simple",
"cleanup": [],
"name": "openssl",
"sources": [
{
"sha256": "344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0",
"type": "archive",
"url":
"https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz",
"x-checker-data": {
"project-id": 13287,
"stable-only": true,
"type": "anitya",
"url-template":
"https://github.com/openssl/openssl/releases/download/openssl-${version}/openssl-${version}.tar.gz"
}
}
]
}