Push all dependencies to fez

Following the discussion at #243 (closed), the goal to move all dependencies to fez ecosystem:

https://gitlab.com/pheix-docker/rakudo-star/-/blob/master/Dockerfile?ref_type=heads#L134:

zef install https://gitlab.com/pheix/raku-crypt-libgcrypt.git; \
zef install https://gitlab.com/pheix/raku-crypt-libscrypt.git; \
zef install --debug --force-test https://gitlab.com/pheix/raku-bitcoin-core-secp256k1.git; \
zef install --debug --force-test https://github.com/pheix/perl6-magickwand.git; \
zef install https://github.com/pheix/html-template.git; \

Pending items:

  • HTML::Template
  • MagickWand

HTML::Template

PR was raised: https://github.com/2colours/html-template/pull/1

I have to process the feedback from @2colours.

MagickWand

PR is pending for 6 years: https://github.com/azawawi/raku-magickwand/pull/16

So, I have to push forked version to zef:knarkhov. In Pheix add:

At https://gitlab.com/pheix/dcms-raku/-/blob/develop/lib/Pheix/Utils.rakumod?ref_type=heads#L10 add

use MagickWand:ver<0.1.3+>:auth<zef:knarkhov>;