pantry/projects/felixkratz.github.io/SketchyBar/package.yml
Jacob Heider c156c69e3b +sketchybar+yabai
these look cool; not sure i've got them 100% working, but with proper config these should work
2024-01-31 14:59:33 -05:00

35 lines
778 B
YAML

distributable:
url: https://github.com/FelixKratz/SketchyBar/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: FelixKratz/SketchyBar
platforms:
- darwin
dependencies:
github.com/koekeishiya/yabai: '*'
build:
script:
- make $ARCH
- install -D bin/sketchybar {{prefix}}/bin/sketchybar
- install -D sketchybarrc {{prefix}}/etc/sketchybarrc.example
# unquoted variable in battery.sh
- run: sed -i -e 's/\[ \$PERCENTAGE /[ "$PERCENTAGE" /' battery.sh
working-directory: plugins
- cp -a plugins {{prefix}}/etc
env:
darwin/aarch64:
ARCH: arm64
darwin/x86-64:
ARCH: x64
provides:
- bin/sketchybar
test:
- sketchybar --help
- test "$(sketchybar --version)" = "sketchybar-v{{version}}"