-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
78 lines (65 loc) · 2.04 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
76
77
78
name = Alien-FFI
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2014-2022
version = 0.27
[AlienBase::Doc]
:version = 0.30
name = libffi
[@Author::Plicease]
:version = 2.69
release_tests = 1
irc = irc://irc.perl.org/#native
test2_v0 = 1
github_user = PerlFFI
github_repo = Alien-FFI
workflow = static
workflow = linux
workflow = windows
workflow = macos
workflow = msys2-mingw
diag_preamble = | $post_diag = sub {
diag_preamble = | require Alien::FFI;
diag_preamble = | diag "version = ", Alien::FFI->config('version');
diag_preamble = | diag "cflags = ", Alien::FFI->cflags;
diag_preamble = | diag "cflags_static = ", Alien::FFI->cflags_static;
diag_preamble = | diag "libs = ", Alien::FFI->libs;
diag_preamble = | diag "libs_static = ", Alien::FFI->libs_static;
diag_preamble = | diag "my_configure = ", Alien::FFI->runtime_prop->{my_configure} if defined Alien::FFI->runtime_prop->{my_configure};
diag_preamble = | require IPC::Cmd;
diag_preabmle = | require Capture::Tiny;
diag_preamble = | if(IPC::Cmd::can_run('lsb_release'))
diag_preamble = | {
diag_preamble = | spacer();
diag_preamble = | diag Capture::Tiny::capture_merged(sub {
diag_preamble = | system 'lsb_release', '-a';
diag_preamble = | ();
diag_preamble = | });
diag_preamble = | }
diag_preamble = | };
[AlienBuild]
:version = 0.11
[RemovePrereqs]
remove = strict
remove = warnings
remove = base
remove = Alien::MSYS
[Prereqs]
Alien::Base = 2.10
[Prereqs / ConfigureRequires]
Alien::Build = 2.10
Alien::Build::MM = 2.10
[Prereqs / BuildRequires]
Alien::Build = 2.10
Alien::Build::MM = 2.10
[Prereqs / TestRequires]
IPC::Cmd = 0
Capture::Tiny = 0
[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 = Petr Písař (ppisar)