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

@@ -5,6 +5,9 @@ SRC_NAME="mold"
SRC_URL="https://github.com/rui314/mold/archive/refs/tags/v2.40.4.tar.gz"
SRC_VERSION="2.40.4"
# TODO: Merge the contents from /lib64 and /libexec into $TT_LIBDIR ~ahill
# TODO: Move /share to $TT_DATADIR ~ahill
build() {
tar xf ../$SRC_FILENAME
cd mold-*/
@@ -20,4 +23,4 @@ package() {
cd mold-*/
cmake --install build --parallel $TT_PROCS
ln -sf mold $TT_INSTALLDIR/bin/ld
}
}