1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name repo |
---|
6 | version 1.22 |
---|
7 | revision 1 |
---|
8 | epoch 20160202 |
---|
9 | license Apache-2 |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description tool that helps to manage Android Git repositories |
---|
16 | long_description \ |
---|
17 | Repo is a tool that we built on top of Git. Repo helps us \ |
---|
18 | manage the many Git repositories, does the uploads to our \ |
---|
19 | revision control system , and automates parts of the Android \ |
---|
20 | development workflow. Repo is not meant to replace Git, only \ |
---|
21 | to make it easier to work with Git in the context of Android. |
---|
22 | |
---|
23 | homepage http://source.android.com/source/git-repo.html |
---|
24 | master_sites https://storage.googleapis.com/git-repo-downloads/ |
---|
25 | |
---|
26 | checksums sha1 da0514e484f74648a890c0467d61ca415379f791 \ |
---|
27 | rmd160 553a4ce145b14a3eee7b5e9ac6269f6d7663083b |
---|
28 | |
---|
29 | depends_run port:git |
---|
30 | extract.suffix |
---|
31 | extract.only |
---|
32 | use_configure no |
---|
33 | build { } |
---|
34 | destroot { |
---|
35 | xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name} |
---|
36 | } |
---|
37 | |
---|
38 | livecheck.type googlecode |
---|
39 | livecheck.name git-repo |
---|
40 | |
---|