pantry/projects/github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/package.yml
2023-11-18 09:15:26 -05:00

32 lines
659 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

distributable:
url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/refs/tags/v{{ version.raw }}.tar.gz
strip-components: 1
ref: v{{version}}}
versions:
github: ChrisJohnsen/tmux-MacOSX-pasteboard/tags
display-name: reattach-to-user-namespace
# if theres a github then we can parse the versions
platforms:
- darwin
build:
dependencies:
gnu.org/make: '*'
script: |
make
mkdir -p {{ prefix }}/bin
mv reattach-to-user-namespace {{ prefix }}/bin
provides:
- bin/reattach-to-user-namespace
test:
dependencies:
gnu.org/bash: '*'
script:
reattach-to-user-namespace -l bash -c "echo Hello World!"