Skip to content

Commit

Permalink
[Manifest] ship OpenSSL CLI for cert generation (#4)
Browse files Browse the repository at this point in the history
This should fix debauchee/barrier#231
  • Loading branch information
AdrianKoshka committed Jul 24, 2019
1 parent 4af17ca commit 606a91d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions com.github.debauchee.barrier.json
Expand Up @@ -22,6 +22,26 @@
"*.a"
],
"modules" : [
{
"name": "openssl",
"buildsystem": "simple",
"build-commands": [
"./config --prefix=/app",
"make",
"make install"
],
"sources": [
{
"type": "archive",
"url": "https://www.openssl.org/source/openssl-1.1.1c.tar.gz",
"sha256": "f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90"
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
},
{
"name" : "avahi",
"config-opts" : [
Expand Down

0 comments on commit 606a91d

Please sign in to comment.