diff options
Diffstat (limited to 'sources/muon/muon.spec')
| -rw-r--r-- | sources/muon/muon.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/muon/muon.spec b/sources/muon/muon.spec index 158eaf5..1df7903 100644 --- a/sources/muon/muon.spec +++ b/sources/muon/muon.spec @@ -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 -}
\ No newline at end of file +} |
