mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Reviewed packages and found that several were not packaged correctly
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user