Initial opencode‑tinfoil nono profile repository

This commit is contained in:
2026-08-12 18:26:06 +01:00
commit cd26906105
7 changed files with 320 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
PREFIX ?= $(HOME)/.local
PROFILE_DIR = $(HOME)/.config/nono/profiles
BIN_DIR = $(PREFIX)/bin
.PHONY: install uninstall validate test
install:
@./scripts/install.sh
uninstall:
rm -f $(PROFILE_DIR)/opencode-tinfoil.json
rm -f $(BIN_DIR)/opencode
@echo "Uninstalled."
validate:
nono profile validate opencode-tinfoil
test:
nono run --profile opencode-tinfoil --allow-cwd -- opencode --version