buildtools for go gemini

This commit is contained in:
ren 2023-06-24 05:19:42 -06:00
parent 84d8a30876
commit 126aa85e84
1 changed files with 9 additions and 0 deletions

9
build_gmni.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
cd gemini/converter/
go build \
-v \
-trimpath \
-ldflags="-linkmode=external -X main.version=${gmnhg_version}" \
-o bin/ \
./cmd/gmnhg \
./cmd/md2gmn