Commits
Nils Breunese authored and Chris Jones committed 748d0825f2a
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup ahmetb kubectx 0.6.3 v |
7 - | revision 1 |
6 + | github.setup ahmetb kubectx 0.7.0 v |
7 + | revision 0 |
8 8 | categories sysutils |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | maintainers {breun.nl:nils @breun} @gearnode openmaintainer |
12 12 | license Apache-2 |
13 13 | |
14 14 | description Power tools for kubectl |
15 15 | long_description kubectx helps you switch between clusters back and forth. \ |
16 16 | kubens helps you switch between Kubernetes namespaces smoothly. |
17 17 | |
18 - | checksums rmd160 35712f70bc6729e5126f6ae83a76744edc6e8f59 \ |
19 - | sha256 3bfab7c5c5d2285afbdb74a6f7f46ab55561135a87a4bb8fc7d79e17bfdbd080 \ |
20 - | size 483475 |
18 + | checksums rmd160 f6f011e466317cc1323954ac9e5b4f3cc4bd78f7 \ |
19 + | sha256 f944d5677d82e10bc8fbdd70a835ffb0aa522402e0b57331cdc4b80f6aefeee6 \ |
20 + | size 484008 |
21 21 | |
22 22 | depends_run port:bash-completion path:${prefix}/bin/kubectl:kubectl-1.15 |
23 23 | |
24 24 | use_configure no |
25 25 | build {} |
26 26 | |
27 27 | destroot { |
28 28 | xinstall -m 755 -d ${destroot}${prefix}/share/${name} |
29 29 | xinstall -m 644 ${worksrcpath}/CONTRIBUTING.md \ |
30 30 | ${worksrcpath}/LICENSE \ |