diff --git a/projects/fury.co/package.yml b/projects/fury.co/package.yml new file mode 100644 index 00000000..afe80a7b --- /dev/null +++ b/projects/fury.co/package.yml @@ -0,0 +1,32 @@ +distributable: + url: git+https://github.com/gemfury/cli.git + ref: ${{version.tag}} + +versions: + github: gemfury/cli + +build: + dependencies: + go.dev: ^1.21 + script: + - go build $ARGS -ldflags="$LDFLAGS" ./cmd/fury + env: + ARGS: + - -v + - -trimpath + - -o={{prefix}}/bin/fury + LDFLAGS: + - -s + - -w + - -X main.Version={{version}} + linux: + LDFLAGS: + - -buildmode=pie + +provides: + - bin/fury + +test: + - fury --version | grep {{version}} + - fury --help | grep 'Listing of your collaborations' + # more testing requires authorization \ No newline at end of file