Compare commits

...

2 Commits

Author SHA1 Message Date
de8399e40b Only generate for internal/config in version.txt target
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-01 20:40:05 -08:00
d226a6c154 Install to in AUR package 2023-01-01 20:30:53 -08:00
2 changed files with 4 additions and 4 deletions

View File

@ -69,8 +69,8 @@ aurs:
install -Dm755 ./lure "${pkgdir}/usr/bin/lure"
# completions
install -Dm755 ./scripts/completion/bash /usr/share/bash-completion/completions/lure
install -Dm755 ./scripts/completion/zsh /usr/share/zsh/site-functions/_lure
install -Dm755 ./scripts/completion/bash ${pkgdir}/usr/share/bash-completion/completions/lure
install -Dm755 ./scripts/completion/zsh ${pkgdir}/usr/share/zsh/site-functions/_lure
release:
gitea:
owner: Arsen6331

View File

@ -16,7 +16,7 @@ installmisc:
uninstall:
rm -f /usr/local/bin/lure
version.txt:
go generate ./...
internal/config/version.txt:
go generate ./internal/config
.PHONY: install clean uninstall