1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup atom atom 1.10.2 v |
---|
7 | name atom |
---|
8 | categories editors |
---|
9 | license MIT |
---|
10 | maintainers nomaintainer |
---|
11 | description The hackable text editor |
---|
12 | long_description ${description} |
---|
13 | homepage https://atom.io |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | supported_archs noarch |
---|
17 | |
---|
18 | depends_lib port:nodejs4 |
---|
19 | |
---|
20 | use_configure no |
---|
21 | build.cmd script/build |
---|
22 | build.args --install-dir ${destroot}${applications_dir}/Atom.app |
---|
23 | build.target-delete all |
---|
24 | |
---|
25 | destroot { |
---|
26 | } |
---|
27 | |
---|
28 | checksums md5 aa385641a287c78100e902f8eed36699 \ |
---|
29 | sha1 d5b4d3a53a56f7a7c0f24a4f03a93a0ca6bb415e \ |
---|
30 | rmd160 89c01b5ce36cf2af2601d98a88e65a5a41d0f007 |
---|