mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+reattach-to-user-namespace
This commit is contained in:
parent
1d3a6c250f
commit
8088ff301c
1 changed files with 31 additions and 0 deletions
|
@ -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 there’s 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!"
|
Loading…
Reference in a new issue