pantry/projects/github.com/julienXX/terminal-notifier/package.yml
Andrew 1e022c4c2d
github.com/julienXX/terminal-notifier (#2941)
* github.com/julienXX/terminal-notifier

* vendored

* use prop for ease

* why use cat?

* sigh

* i should just test these locally

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-08-16 18:11:05 -04:00

33 lines
694 B
YAML

distributable:
url: https://github.com/julienXX/terminal-notifier/releases/download/{{version}}/terminal-notifier-{{version}}.zip
strip-components: 1
versions:
github: julienXX/terminal-notifier
platforms:
- darwin
warnings:
- vendored
build:
script:
- mkdir -p {{prefix}}
- cp -a terminal-notifier.app {{prefix}}/
- run: |
cp $PROP terminal-notifier
chmod +x terminal-notifier
working-directory: ${{prefix}}/bin
prop: |
#!/bin/bash
\$(dirname \$0)/../terminal-notifier.app/Contents/MacOS/terminal-notifier \$*
provides:
- bin/terminal-notifier
test:
script:
- terminal-notifier -version | grep {{version}}