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
|
||||
|
||||
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
|
||||
|
||||
test:
|
||||
|
|
|
@ -2,8 +2,6 @@ distributable:
|
|||
url: https://github.com/denoland/deno/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
relocatable: true
|
||||
|
||||
versions:
|
||||
github: denoland/deno
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ versions:
|
|||
github: golang/go/tags
|
||||
strip: /^go/
|
||||
|
||||
relocatable: true
|
||||
|
||||
provides:
|
||||
- bin/go
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ distributable:
|
|||
url: https://github.com/teaxyz/cli/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
relocatable: true
|
||||
|
||||
versions:
|
||||
github: teaxyz/cli
|
||||
|
||||
|
|
Loading…
Reference in a new issue