forked from duckduckgo/zeroclickinfo-goodies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
46 lines (40 loc) · 1.14 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 = DDG-GoodieBundle-OpenSourceDuckDuckGo
author = Gabriel Weinberg <yegg@duckduckgo.com>
author = Torsten Raudssus <getty@duckduckgo.com>
author = Michael Smith <crazedpsyc@duckduckgo.com>
author = Hunter Lang <hunter@duckduckgo.com>
license = Apache_2_0
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013
main_module = lib/DDG/GoodieBundle/OpenSourceDuckDuckGo.pm
[PromptIfStale]
index_base_url = http://duckpan.org
module = Dist::Zilla::Plugin::UploadToDuckPAN
module = Dist::Zilla::Plugin::BuildShareAssets
[AutoPrereqs]
[Run::BeforeBuild]
run = mkdir -p share/goodie/meta
run = curl -Ss https://duck.co/ia/repo/goodies/json -o "share/goodie/meta/metadata.json"
[GatherDir]
exclude_match = \.(?:js|handlebars|md|ini|p[ly]|rb|go|tcl|sh|tx)$
exclude_match = ^template/
[BuildShareAssets]
[PruneCruft]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToDuckPAN]
[MetaJSON]
[AutoModuleShareDirs]
scan_namespaces = DDG::Goodie
sharedir_method = module_share_dir
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[GithubMeta]
[@Git]
tag_format = %v
[Git::Push]
push_to = origin master