Alien-Keystone
view release on metacpan or search on metacpan
'-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="all" '.
'-DCMAKE_INSTALL_PREFIX="%s" -G"Unix Makefiles"',
'make clean',
'make all',
],
alien_install_commands => [
'make install PREFIX=%s',
],
meta_merge => {
resources => {
repository => 'https://github.com/selectiveintellect/p5-alien-keystone',
bugtracker => 'https://github.com/selectiveintellect/p5-alien-keystone/issues',
},
},
);
$build->create_build_script;
$build->dispatch('distmeta');
$build->dispatch('manifest');
$build->dispatch('build');
__END__
This software is Copyright (c) 2016 by Selective Intellect LLC <github@selectiveintellect.com>
This is free software, licensed under:
The MIT (X11) License
The MIT License
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
},
"provides" : {
"Alien::Keystone" : {
"file" : "lib/Alien/Keystone.pm",
"version" : "0.03"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/selectiveintellect/p5-alien-keystone/issues"
},
"license" : [
"http://www.opensource.org/licenses/mit-license.php"
],
"repository" : {
"url" : "https://github.com/selectiveintellect/p5-alien-keystone"
}
},
"version" : "0.03"
}
version: '1.4'
name: Alien-Keystone
provides:
Alien::Keystone:
file: lib/Alien/Keystone.pm
version: '0.03'
requires:
Alien::Base: '0.029'
File::ShareDir: '1.00'
resources:
bugtracker: https://github.com/selectiveintellect/p5-alien-keystone/issues
license: http://www.opensource.org/licenses/mit-license.php
repository: https://github.com/selectiveintellect/p5-alien-keystone
version: '0.03'
SEE ALSO
Alien::Base
AUTHORS
Vikas N Kumar <vikas@cpan.org>
REPOSITORY
https://github.com/selectiveintellect/p5-alien-keystone.git
COPYRIGHT
Copyright (C) 2016. Selective Intellect LLC
<github@selectiveintellect.com>. All Rights Reserved.
LICENSE
This is free software under the MIT license.
lib/Alien/Keystone.pm view on Meta::CPAN
=item C<Alien::Base>
=back
=head1 AUTHORS
Vikas N Kumar <vikas@cpan.org>
=head1 REPOSITORY
L<https://github.com/selectiveintellect/p5-alien-keystone.git>
=head1 COPYRIGHT
Copyright (C) 2016. Selective Intellect LLC <github@selectiveintellect.com>. All Rights Reserved.
=head1 LICENSE
This is free software under the MIT license.
( run in 1.550 second using v1.01-cache-2.11-cpan-49f99fa48dc )