-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
76 lines (62 loc) · 1.88 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name = Alien-Hunspell
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2015-2024
version = 0.17
; authordep Dist::Zilla::Plugin::Alien
; authordep Alien::Build::Plugin::Probe::Vcpkg
; authordep Test::Alien
[AlienBase::Doc]
name = hunspell
type = library
type = ffi
[@Author::Plicease]
:version = 2.79
release_tests = 1
irc = irc://irc.perl.org/#native
test2_v0 = 1
github_user = PerlAlien
workflow = linux
workflow = macos
workflow = windows
diag_preamble = | $post_diag = sub
diag_preamble = | {
diag_preamble = | eval {
diag_preamble = | require Alien::Hunspell;
diag_preamble = | diag 'Alien::Hunspell->cflags = ' . Alien::Hunspell->cflags;
diag_preamble = | diag 'Alien::Hunspell->libs = ' . Alien::Hunspell->libs;
diag_preamble = | diag 'Alien::Hunspell->dynamic_libs = ', $_ for Alien::Hunspell->dynamic_libs;
diag_preamble = | };
diag_preamble = | eval {
diag_preamble = | require ExtUtils::CppGuess;
diag_preamble = | my %cppguess = ExtUtils::CppGuess->new->module_build_options;
diag_preamble = | diag 'C++ Guess compiler = ' . $cppguess{extra_compiler_flags};
diag_preamble = | diag 'C++ Guess linker = ' . $cppguess{extra_linker_flags};
diag_preamble = | };
diag_preamble = | };
[AlienBuild]
[RemovePrereqs]
remove = strict
remove = warnings
remove = base
remove = lib
remove = Text::ParseWords
remove = File::Glob
remove = Config
remove = JSON::PP
[Author::Plicease::Upload]
cpan = 1
[Meta::Dynamic::Config]
[PruneFiles]
filename = xt/author/pod_spelling_common.t
;filename = t/xs.t
;filename = t/ffi.t
[Prereqs]
Alien::Base = 0.032
[Prereqs / BuildPrereqs]
-phase = build
Alien::Build = 0.51
[Prereqs / ConfigurePrereqs]
-phase = configure
Alien::Build = 0.51