Alien::Build::Plugin::Decode::SourceForge - Alien::Build plugin to handle SourceForge links
version 0.02
use alienfile; plugin 'Decode::SourceForge';
SourceForge is a website that offers software developers a centralized online location to manage their Open Source projects. One of the challenges it presents is that projects hosted by SourceForge add the unnecessary suffix /download
to links of tarballs, which confuses the way Alien::Base computes the filename based on URLs. This plugin solves this problem by rewriting the filenames returned by the configured decode plugin.
Author: Graham Ollis <plicease@cpan.org>
Contributors:
Alexandr Ciornii (CHORNY)
This software is copyright (c) 2017 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.