-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
46 lines (37 loc) · 1.16 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name = Alien-cmake3
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2017-2024
version = 0.08
[@Author::Plicease]
:version = 2.79
release_tests = 1
github_user = PerlAlien
installer = Author::Plicease::MakeMaker
test2_v0 = 1
irc = irc://irc.perl.org/#native
workflow = static
workflow = linux
workflow = windows
workflow = macos
diag_preamble = | $post_diag = sub {
diag_preamble = | use Alien::cmake3;
diag_preamble = | diag "version = @{[ Alien::cmake3->version ]}";
diag_preamble = | diag "install_type = @{[ Alien::cmake3->install_type ]}";
diag_preamble = | diag "style = @{[ Alien::cmake3->runtime_prop->{style} ]}";
diag_preamble = | };
[AlienBuild]
[RemovePrereqs]
remove = strict
remove = warnings
remove = base
[Prereqs]
Alien::Base = 0.92
[Author::Plicease::Upload]
cpan = 1
[Author::Plicease::Thanks]
current = Graham Ollis <[email protected]>
; if you have a preference for how to display your name
; feel free send a PR. I don't use the git hisory.
contributor = Adriano Ferreira (FERREIRA)