1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pash |
---|
6 | version 20151110_0 |
---|
7 | categories shells mono |
---|
8 | platforms darwin |
---|
9 | license BSD, GPL |
---|
10 | maintainers nomaintainer |
---|
11 | description PowerShell reimplementation |
---|
12 | long_description Pash is an Open Source reimplementation of Windows PowerShell, for Mono. |
---|
13 | homepage http://pash-project.github.io |
---|
14 | master_sites |
---|
15 | |
---|
16 | checksums rmd160 fa839a99fa0d55ccac3f9654827ee08410c7824e \ |
---|
17 | sha256 209d70efe6d2ecae23173781301626044491ba78e51bb76cd4fd0d82c5c34a2d |
---|
18 | |
---|
19 | use_xz yes |
---|
20 | |
---|
21 | depends_lib port:mono |
---|
22 | |
---|
23 | # mono is not universal |
---|
24 | universal_variant no |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | build.cmd xbuild |
---|
29 | |
---|
30 | |
---|