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,8 @@ SRC_NAME="muon"
SRC_URL="https://git.sr.ht/~lattis/muon/archive/0.5.0.tar.gz"
SRC_VERSION="0.5.0"
# TODO: Make sure the muon command is installed to $TT_BINDIR ~ahill
build() {
tar xf ../$SRC_FILENAME
cd muon-*/
@@ -21,4 +23,4 @@ clean() {
package() {
cd muon-*/
DESTDIR=$TT_INSTALLDIR ./build/muon -C build install
}
}