Ticket #54424: Portfile

File Portfile, 1.3 KB (added by zdw (Zack Williams), 7 years ago)
Line 
1PortSystem          1.0
2
3name                repo
4epoch               20170704
5version             1.23
6license             Apache-2
7categories          python
8platforms           darwin
9maintainers         nomaintainer
10supported_archs     noarch
11
12description         tool that helps to manage Android Git repositories
13long_description    \
14            Repo is a tool that we built on top of Git. Repo helps us \
15            manage the many Git repositories, does the uploads to our \
16            revision control system , and automates parts of the Android \
17            development workflow. Repo is not meant to replace Git, only \
18            to make it easier to work with Git in the context of Android.
19
20homepage            https://source.android.com/source/developing.html
21master_sites        https://storage.googleapis.com/git-repo-downloads/
22
23checksums           sha256  e147f0392686c40cfd7d5e6f332c6ee74c4eab4d24e2694b3b0a0c037bf51dc5 \
24                    rmd160  20308ab7a6ea6d7c9666af5ff9f393f1a768c7f9
25
26depends_run         port:git
27extract.suffix     
28extract.only
29use_configure       no
30build               { }
31destroot            {
32        xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}
33}
34
35# Don't know where a reliable source is.
36livecheck.type      none