+reattach-to-user-namespace

This commit is contained in:
Markus Zoppelt 2023-11-18 13:31:05 +01:00 committed by Max Howell
parent 1d3a6c250f
commit 8088ff301c

View file

@ -0,0 +1,31 @@
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!"