Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
add metadata in setup.pir
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 21, 2009
1 parent ac7db73 commit 515f4b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plumage/wmlscript.json
Expand Up @@ -4,8 +4,8 @@
"uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
},
"general" : {
"name" : "markdown",
"abstract" : "Markdown on Parrot",
"name" : "wmlscript",
"abstract" : "WMLScript Bytecode Translator",
"authority": "http://github.com/fperrad",
"version" : "HEAD",
"license" : {
Expand Down Expand Up @@ -50,3 +50,5 @@
}
}
}


14 changes: 14 additions & 0 deletions setup.pir
Expand Up @@ -36,6 +36,20 @@ No Configure step, no Makefile generated.
register_step('pmctest', pmctest)

$P0 = new 'Hash'
$P0['name'] = 'WMLScript'
$P0['abstract'] = 'WMLScript Bytecode Translator'
$P0['authority'] = 'http://github.com/fperrad'
$P0['description'] = 'WMLScript Bytecode Translator'
$P5 = split ',', 'wmlscript,wap'
$P0['keywords'] = $P5
$P0['license_type'] = 'Artistic License 2.0'
$P0['license_uri'] = 'http://www.perlfoundation.org/artistic_license_2_0'
$P0['copyright_holder'] = 'Parrot Foundation'
$P0['generated_by'] = 'Francois Perrad <francois.perrad@gadz.org>'
$P0['checkout_uri'] = 'git://github.com/fperrad/wmlscript.git'
$P0['browser_uri'] = 'http://github.com/fperrad/wmlscript'
$P0['project_uri'] = 'http://github.com/fperrad/wmlscript'

# build
$P1 = new 'Hash'
$P1['wmls_ops'] = 'dynext/ops/wmls.ops'
Expand Down

0 comments on commit 515f4b7

Please sign in to comment.