update justfile

This commit is contained in:
LordMZTE 2022-04-21 00:09:48 +02:00
parent 597526ced8
commit 353679bd0c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -7,16 +7,21 @@ vscode-langservers-extracted
yaml-language-server
"
install-scripts target=(`echo $HOME` + "/.local/bin"):
cargo build --release --manifest-path scripts/randomwallpaper/Cargo.toml
cargo build --release --manifest-path scripts/playtwitch/Cargo.toml
install-scripts target=(`echo $HOME` + "/.local/bin"): build-scripts
cp scripts/randomwallpaper/target/release/randomwallpaper {{target}}/randomwallpaper
cp scripts/playtwitch/target/release/playtwitch {{target}}/playtwitch
cp scripts/gpower/target/release/gpower {{target}}/gpower
ln -sf \
`pwd`/scripts/{start-joshuto,withjava} \
{{target}}
build-scripts:
cargo build --release --manifest-path scripts/randomwallpaper/Cargo.toml
cargo build --release --manifest-path scripts/playtwitch/Cargo.toml
cargo build --release --manifest-path scripts/gpower/Cargo.toml
install-lsps-paru:
#!/bin/sh
paru -S --needed --noconfirm {{replace(lsps, "\n", " ")}}