Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.45 KB

File metadata and controls

41 lines (26 loc) · 1.45 KB

Alien::Build::Plugin::Decode::SourceForge linux macos windows

Alien::Build plugin to handle SourceForge links

SYNOPSIS

use alienfile;

plugin 'Decode::SourceForge';

DESCRIPTION

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.

SEE ALSO

AUTHOR

Author: Graham Ollis plicease@cpan.org

Contributors:

Alexandr Ciornii (CHORNY)

COPYRIGHT AND LICENSE

This software is copyright (c) 2017-2024 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.