Ticket #52019: hub.diff
File hub.diff, 1.4 KB (added by grimreaper (Eitan Adler), 8 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup github hub 2.2. 3v7 github.setup github hub 2.2.5 v 8 8 categories devel 9 9 platforms darwin 10 10 license MIT … … long_description \ 17 17 18 18 homepage https://hub.github.com/ 19 19 20 checksums rmd160 ed3a50572495f82fcad503262bb585a738bf1132\21 sha256 d b21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f20 checksums rmd160 ce8f10a0f224450ad9dfeabe4d58217dd86aa11c \ 21 sha256 daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0 22 22 23 23 build.cmd ./script/build 24 24 build.target 25 25 26 depends_lib port:git \ 27 port:go 26 depends_lib port:go 28 27 29 28 use_configure no 30 29 … … use_configure no 31 30 installs_libs no 32 31 33 32 destroot { 34 xinstall -W ${worksrcpath} -m 0755 hub ${destroot}${prefix}/bin33 xinstall -W ${worksrcpath} -m 0755 bin/hub ${destroot}${prefix}/bin 35 34 set bash-completions ${destroot}${prefix}/share/bash-completion/completions 36 35 xinstall -d ${bash-completions} 37 36 xinstall -W ${worksrcpath} etc/hub.bash_completion.sh ${bash-completions}/hub