Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri authored and jhheider committed Jan 15, 2024
1 parent 94618b6 commit b0e809f
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions projects/github.com/zyedidia/eget/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
distributable:
url: git+https://github.com/zyedidia/eget
ref: ${{version.tag}}

display-name: Eget

versions:
github: zyedidia/eget

dependencies:
curl.se/ca-certs: '*'

build:
dependencies:
go.dev: '*'
pandoc.org: '*'
script:
- go build -ldflags="$LDFLAGS" $ARGS
env:
ARGS:
- -v
- -trimpath
- -o
- ${{prefix}}/bin/eget
LDFLAGS:
- -s
- -w
- -X main.Version={{version}}
linux:
LDFLAGS:
- -buildmode=pie

provides:
- bin/eget

test:
script:
- eget --version | grep {{version}}
- eget zyedidia/eget $ARGS
- ./eget --version | grep 1.1.0
env:
ARGS:
- --tag=v1.1.0
- --to=$PWD
- --file=eget

0 comments on commit b0e809f

Please sign in to comment.