47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
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
|