alicelinux

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

abuild (321B)


      1 name=swaylock
      2 version=1.8.3
      3 release=1
      4 source="https://github.com/swaywm/${name}/releases/download/v${version}/${name}-${version}.tar.gz
      5 	c48320819613e81a09e0481aaa2b92c93fba0d73.patch"
      6 build_opt="-Dzsh-completions=false -Dbash-completions=false -Dfish-completions=false"
      7 
      8 postbuild() {
      9 	chmod a+s $PKG/usr/bin/swaylock
     10 }