* +btop

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
Max Howell 2024-01-29 13:42:14 -05:00 committed by GitHub
parent d05b43431e
commit 9b5a850b0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,35 @@
distributable:
url: https://github.com/aristocratos/btop/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
display-name: btop
# if theres a github then we can parse the versions
versions:
github: aristocratos/btop
provides:
- bin/btop
dependencies:
linux:
# built fine for me on macOS 14 & Xcode 15 but wont in CI complaining
# that the provided clang is too old
# llvm^17 should work but didnt for headers not found reasons
# needed for build and runtime
gnu.org/gcc: '>=10'
build:
dependencies:
darwin/x86-64:
# it is not overly clear to us why this is required
gnu.org/gcc: '>=10'
env:
linux/x86-64:
LDFLAGS: -ldl $LDFLAGS
script:
- make
- make install PREFIX={{prefix}}
test:
btop --version | grep {{version}}