Files
Emanuele Cesena cc7523b419 monorepo: add cli
2026-06-12 16:13:15 -07:00

18 lines
413 B
Makefile

build:
cargo build --release --features cli --bin solo2
ls -sh target/release/solo2
# for AUR things, kudos to <https://github.com/Foxboron/sbctl>
push-aur:
git subtree push -P pkg/arch ssh://aur@aur.archlinux.org/solo2-cli.git master
.PHONY: local-aur
.ONESHELL:
local-aur:
cd pkg/arch
mkdir -p ./src
ln -srfT $(CURDIR) ./src/solo2-cli-0.0.7
makepkg --holdver --syncdeps --noextract --force --install