* improve similar pkg suggestions and share code in core-functions for all scripts...
[t2sde.git] / package / raku / zef / zef.conf
blobd57e7d5149956f25e753c194376ad95aa6819ac0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/zef/zef.conf
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 # Zef is not installed yet: set up PATH and RAKULIB to allow zef run directly
13 # from its source, bootstrapping itself
14 bootstrapdir=$builddir/$pkg-$ver
15 PATH=$PATH:$bootstrapdir/bin
16 export RAKULIB=$bootstrapdir/lib
18 hook_add postmake 2 "ln -sf $root/$prefix/share/perl6/site/bin/zef $root$bindir/zef"