1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name repo |
---|
4 | epoch 20170704 |
---|
5 | version 1.23 |
---|
6 | license Apache-2 |
---|
7 | categories python |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | supported_archs noarch |
---|
11 | |
---|
12 | description tool that helps to manage Android Git repositories |
---|
13 | long_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 | |
---|
20 | homepage https://source.android.com/source/developing.html |
---|
21 | master_sites https://storage.googleapis.com/git-repo-downloads/ |
---|
22 | |
---|
23 | checksums sha256 e147f0392686c40cfd7d5e6f332c6ee74c4eab4d24e2694b3b0a0c037bf51dc5 \ |
---|
24 | rmd160 20308ab7a6ea6d7c9666af5ff9f393f1a768c7f9 |
---|
25 | |
---|
26 | depends_run port:git |
---|
27 | extract.suffix |
---|
28 | extract.only |
---|
29 | use_configure no |
---|
30 | build { } |
---|
31 | destroot { |
---|
32 | xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name} |
---|
33 | } |
---|
34 | |
---|
35 | # Don't know where a reliable source is. |
---|
36 | livecheck.type none |
---|