alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (196B)


      1 name=cmus
      2 version=2.12.0
      3 release=1
      4 source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz"
      5 
      6 build() {
      7 	./configure prefix=/usr
      8 	make
      9 	make install install-man
     10 }