# Maintainer: Daryl Ronningen pkgname=libressl pkgver=3.8.2 pkgrel=1 pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL" arch=("x86_64") url="https://www.libressl.org/" license=(ISC custom:OpenSSL) optdepends=("ca-certificates") source=("https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$pkgver.tar.gz") sha256sums=('6d4b8d5bbb25a1f8336639e56ec5088052d43a95256697a85c4ce91323c25954') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --enable-nc make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install }