Ticket #52589: Portfile

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