mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
everything is relocatable now
This commit is contained in:
parent
a5ff99c5e3
commit
2efe6585cf
|
@ -15,7 +15,10 @@ build:
|
||||||
rm -rf {{prefix}}/share # docs are online
|
rm -rf {{prefix}}/share # docs are online
|
||||||
|
|
||||||
if test {{hw.platform}} = darwin; then
|
if test {{hw.platform}} = darwin; then
|
||||||
install_name_tool -change @rpath/libmpdec.3.dylib @loader_path/libmpdec.3.dylib {{prefix}}/lib/libmpdec++.dylib
|
install_name_tool -change \
|
||||||
|
@rpath/libmpdec.3.dylib \
|
||||||
|
@loader_path/libmpdec.3.dylib \
|
||||||
|
{{prefix}}/lib/libmpdec++.dylib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -2,8 +2,6 @@ distributable:
|
||||||
url: https://github.com/denoland/deno/archive/refs/tags/v{{ version }}.tar.gz
|
url: https://github.com/denoland/deno/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
relocatable: true
|
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: denoland/deno
|
github: denoland/deno
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ versions:
|
||||||
github: golang/go/tags
|
github: golang/go/tags
|
||||||
strip: /^go/
|
strip: /^go/
|
||||||
|
|
||||||
relocatable: true
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/go
|
- bin/go
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,6 @@ distributable:
|
||||||
url: https://github.com/teaxyz/cli/archive/refs/tags/v{{ version }}.tar.gz
|
url: https://github.com/teaxyz/cli/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
relocatable: true
|
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: teaxyz/cli
|
github: teaxyz/cli
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue