Merge pull request #1001 from duckduckgo/jd/metadata

add metadata to repo
master
Russell Holt 2015-02-13 15:44:55 -05:00
commit 366b89afce
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ DDG-*
.build
*.sw*
*~
share/goodie/meta/metadata.json

View File

@ -100,6 +100,9 @@ Test::Most = 0
Test::Dirs = 0.03
File::Temp = 0.22
[Run::BeforeBuild]
run = mkdir -p share/goodie/meta
run = curl https://duck.co/ia/repo/goodies/json -o "share/goodie/meta/metadata.json"
[GatherDir]
[PruneCruft]
[ManifestSkip]

7
lib/DDG/Goodie/Meta.pm Normal file
View File

@ -0,0 +1,7 @@
package DDG::Goodie::Meta;
use DDG::Goodie;
triggers start => "///***never trigger***///";
1;