commit 3b008c8

chld  ·  2026-09-05 13:18:14 +0000 UTC
parent e99ad6a
openssl: init
2 files changed,  +12, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: openssl
3+description: the standard TLS/crypto stack
4+license: apache 1.0
5+upstream: https://github.com/openssl/openssl/releases/download/
6+version: 3.0.22
7+maintainer:
+6, -0
1@@ -0,0 +1,6 @@
2+#!/bin/sh -ue
3+NAME=openssl
4+VERSION=3.0.22
5+RELEASE=1
6+SOURCE="https://github.com/${NAME}/${NAME}/releases/download/${NAME}-${VERSION}/${NAME}-${VERSION}.tar.gz"
7+. ${0%/*}/../../libsh/libdmake.sh