alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (161B)


      1 name=libressl
      2 version=4.1.0
      3 release=1
      4 source="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${name}-${version}.tar.gz"
      5 
      6 postbuild() {
      7 	rm $PKG/etc/ssl/cert.pem
      8 }