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 751d587 commit c98adab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.pir
Expand Up @@ -52,6 +52,20 @@ No Configure step, no Makefile generated.
register_step('spectest', spectest)

$P0 = new 'Hash'
$P0['name'] = 'Lua'
$P0['abstract'] = 'Lua on Parrot'
$P0['authority'] = 'http://github.com/fperrad'
$P0['description'] = 'Lua 5.1 on Parrot'
$P5 = split ',', 'lua'
$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/lua.git'
$P0['browser_uri'] = 'http://github.com/fperrad/lua'
$P0['project_uri'] = 'http://github.com/fperrad/lua'

# build
$P1 = new 'Hash'
$P2 = split "\n", <<'SOURCES'
Expand Down

0 comments on commit c98adab

Please sign in to comment.