zk/go
2021-02-28 21:00:23 +01:00

7 lines
193 B
Bash
Executable File

#!/bin/bash
VERSION=`git describe --tags 2> /dev/null`
BUILD=`git rev-parse --short HEAD`
CGO_ENABLED=1 go $1 -tags "fts5 icu" -ldflags "-X=main.Version=$VERSION -X=main.Build=$BUILD" ${@:2}