Death and rebirth

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-21 09:51:36 -03:00
parent 3736c10d58
commit ac17186cd4
12 changed files with 284 additions and 145 deletions

View File

@@ -7,8 +7,9 @@ env:
GOTELEMETRY: off
vars:
IMPORT: git.laidback.moe/shinyoukai/yuki
VERSION: 0.0.0
IMPORT: code.laidback.moe/yuki
VERSION: 2026.01.21
tasks:
default:
cmds:
@@ -16,15 +17,12 @@ tasks:
build:
desc: Build the interface
cmds:
- $GO build -v -ldflags='-w -X {{.IMPORT}}.Version=$VERSION' -buildvcs=false -o yuki
silent: true
- $GO build -v -ldflags='-w -X {{.IMPORT}}.Version={{.VERSION}}' -buildvcs=false -o yuki
clean:
desc: Remove generated files
cmds:
- rm -f yuki
silent: true
tidy:
desc: Update go.mod
cmds:
- $GO mod tidy
silent: true