* +ctop

* better test, copied make file steps

* GO_LDFLAGS

* review feedback

* review comments

* move to ctop.sh

* rename

* small style fixes

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Sanchit Ram Arvind 2024-06-22 11:37:49 -06:00 committed by GitHub
parent 1bd95f5c47
commit c9f6adaff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,31 @@
distributable:
url: https://github.com/bcicen/ctop/archive/refs/tags/{{ version.tag }}.tar.gz
strip-components: 1
display-name: ctop
versions:
github: bcicen/ctop
build:
dependencies:
go.dev: ~1.18
script:
- go mod download
- go build -tags release -ldflags="$GO_LDFLAGS" -o "{{prefix}}/bin/ctop"
env:
GO_LDFLAGS:
- -s
- -w
- -X main.version={{version}}
- -X main.build=pkgx
linux:
GO_LDFLAGS:
- -buildmode=pie
provides:
- bin/ctop
# comma is intentional (part of the awk slice)
test: test "$(ctop -v | awk '{print $3}')" = "{{version}},"