alicelinux

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

abuild (246B)


      1 name=wl-clipboard
      2 version=2.2.1
      3 release=2
      4 source="https://github.com/bugaevc/${name}/archive/v${version}/${name}-v${version}.tar.gz"
      5 build_opt="-Dzshcompletiondir=no -Dfishcompletiondir=no"
      6 
      7 postbuild() {
      8 	rm -rf $PKG/usr/share/bash-completion
      9 }