Giter Site home page Giter Site logo

alien-build-mb's Introduction

Alien::Build::MB static linux windows macos

Alien::Build installer class for Module::Build

SYNOPSIS

In your Build.PL:

use Alien::Build::MB;

Alien::Build::MB->new(
  module_name => 'Alien::MyLibrary',
  ...
);

DESCRIPTION

This is a Module::Build subclass that uses Alien::Build to help create Alien distributions. The author recommends Alien::Build::MM, which uses ExtUtils::MakeMaker instead. The primary rationale for this class, is to prove independence from any particular installer, so that other installers may be added in the future if they become available. If you really do prefer to work with Module::Build though, this may be the installer for you!

CONSTRUCTOR

new

my $abmb = Alien::Build::MB->new(%args);

Takes the usual Module::Build arguments.

PROPERTIES

All Alien::Build::MB specific properties have a alien_ prefix.

alien_alienfile_meta

If true (the default), then extra meta will be stored in x_alienfile which includes the share and system prereqs.

METHODS

alien_build

my $build = $abmb->alien_build;

Returns a freshly deserialized instance of Alien::Build. If you make any changes to this object's install_prop or runtime_prop properties be sure that you also call $build->checkpoint!

ACTIONS

These actions should automatically be called during the normal install process. For debugging you may want to call them separately.

ACTION_alien_download

./Build alien_download

Downloads the package from the internet. For a system install this does not do anything.

ACTION_alien_build

./Build alien_build

Build the package from source.

ACTION_alien_test

./Build alien_test

Run the package tests, if there are any.

SEE ALSO

Alien::Build, Alien::Build::MM, Alien::Base::ModuleBuild

AUTHOR

Graham Ollis [email protected]

COPYRIGHT AND LICENSE

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

alien-build-mb's People

Contributors

plicease avatar

Watchers

 avatar  avatar

alien-build-mb's Issues

Should respect meta.arch

As Alien::Build::MM does. There are some hints in Alien::Build::ModuleBuild when ALIEN_ARCH is set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.