pantry/projects/github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/package.yml

32 lines
659 B
YAML
Raw Normal View History

2023-11-18 15:31:05 +03:00
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!"