Skip to content

Instantly share code, notes, and snippets.

@topazus
Last active February 16, 2023 05:45
Show Gist options
  • Save topazus/2eb3510449cde59d2a5dd3af9aa12428 to your computer and use it in GitHub Desktop.
Save topazus/2eb3510449cde59d2a5dd3af9aa12428 to your computer and use it in GitHub Desktop.
# Raku-specific RPM build macros for Raku modules.
%__raku /usr/bin/raku
%rakudo_rpm_version %{version}
%raku_vendor_dir /usr/share/perl6/vendor
%raku_site_dir /usr/share/perl6/site
%raku_mod_inst /usr/bin/raku-install-dist
%{__perl6} %{__raku}
%perl6_vendor_dir %{raku_vendor_dir}
%perl6_site_dir %{raku_site_dir}
%perl6_mod_inst %{raku_mod_inst}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment