# HG changeset patch # User Richard Westhaver # Date 1718215018 14400 # Node ID ff7589f4656daa3a1f15c2889010f9eb5f93a3d3 # Parent b98dcf45aae3129cecb1b794b9823527e6954164 add caddy-webdav and xcaddy diff -r b98dcf45aae3 -r ff7589f4656d skelfile --- a/skelfile Fri Jun 07 21:59:07 2024 +0000 +++ b/skelfile Wed Jun 12 13:56:58 2024 -0400 @@ -54,6 +54,8 @@ tar -xvf .stash/src/linux.tar $(uname -r | cut -d- -f1)$# #$cd .stash/src/linux && make mrproper -j && zcat /proc/config.gz > .config && yes N | make localmodconfig$#) + (xcaddy () #$go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest$#) + (caddy-webdav (xcaddy) #$xcaddy build --output .stash/caddy --with github.com/mholt/caddy-webdav (rust () #$scripts/get-rust.sh$#) ;; install (tree-sitter-langs (src) #$./scripts/tree-sitter-install-langs.sh$#)