mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
32 lines
659 B
YAML
32 lines
659 B
YAML
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!"
|