diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
| commit | 8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 (patch) | |
| tree | 88e5aaa8cf9d3c0538cdff935a56786705548d75 /libressl/abuild | |
| parent | 96ec28ea0d2c05032f40f50bc6b9de7020138f57 (diff) | |
| download | alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.tar.gz alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libressl/abuild')
| -rw-r--r-- | libressl/abuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libressl/abuild b/libressl/abuild new file mode 100644 index 00000000..7d802b44 --- /dev/null +++ b/libressl/abuild @@ -0,0 +1,8 @@ +name=libressl +version=4.1.0 +release=1 +source="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${name}-${version}.tar.gz" + +postbuild() { + rm $PKG/etc/ssl/cert.pem +} |