Reviewed packages and found that several were not packaged correctly

This commit is contained in:
Alexander Hill
2025-11-28 11:26:13 -05:00
parent 25bd0eb0b4
commit 2a2d872d09
7 changed files with 35 additions and 13 deletions

View File

@@ -4,6 +4,10 @@ SRC_NAME="libressl"
SRC_URL="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.2.1.tar.gz"
SRC_VERSION="4.2.1"
# TODO: Should the openssl command be a symlink? For the sake of transparency,
# it may make sense to rename the command to "libressl" and make "openssl"
# a symlink for compatibility's sake. ~ahill
build() {
tar xf ../$SRC_FILENAME
cd libressl-*/
@@ -20,4 +24,4 @@ clean() {
package() {
cd libressl-*/
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}
}