Ticket #50516: Portfile

File Portfile, 1.3 KB (added by bill@…, 8 years ago)

new Portfile for update

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                repo
6version             1.22
7revision            1
8epoch               20160202
9license             Apache-2
10categories          python
11platforms           darwin
12maintainers         nomaintainer
13supported_archs     noarch
14
15description         tool that helps to manage Android Git repositories
16long_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
23homepage            http://source.android.com/source/git-repo.html
24master_sites        https://storage.googleapis.com/git-repo-downloads/
25
26checksums           sha1    da0514e484f74648a890c0467d61ca415379f791 \
27                    rmd160  553a4ce145b14a3eee7b5e9ac6269f6d7663083b
28
29depends_run         port:git
30extract.suffix     
31extract.only
32use_configure       no
33build               { }
34destroot            {
35        xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}
36}
37
38livecheck.type  googlecode
39livecheck.name  git-repo
40