Commits
Grzegorz Szczudlik authored and Chris Jones committed 6ecc06414a5
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 | PortSystem 1.0 |
3 3 | PortGroup github 1.0 |
4 4 | |
5 5 | maintainers {@szczad gmail.com:szczad} openmaintainer |
6 6 | |
7 - | github.setup weaveworks eksctl 0.6.0 |
7 + | github.setup weaveworks eksctl 0.8.0 |
8 8 | github.tarball_from releases |
9 9 | |
10 10 | supported_archs x86_64 |
11 11 | |
12 12 | categories sysutils |
13 13 | platforms darwin |
14 14 | license Apache-2.0 |
15 15 | homepage https://eksctl.io/ |
16 16 | |
17 17 | description Simple CLI tool for creating clusterrs on AWS EKS |
18 18 | long_description eksctl is a simple CLI tool for creating clusters on EKS - Amazon’s \ |
19 19 | new managed Kubernetes service for EC2. It is written in Go, uses \ |
20 20 | CloudFormation, was created by Weaveworks. |
21 21 | |
22 22 | distname eksctl_darwin_amd64 |
23 - | checksums rmd160 cb9e7b0a756fd55c103ea514090ec55fae8e5059 \ |
24 - | sha256 ae0be151c1789da87523a5aa4c83ecb96c3f322e4da9df1ba38ccf38c766f6cf \ |
25 - | size 23521873 |
23 + | checksums rmd160 6b733960967efaec5d3884d1a0de1cef4fb6db63 \ |
24 + | sha256 6512bb359bb911d30c8ba861a7060dd98060334f15909b0a376bdb7b07148417 \ |
25 + | size 24230693 |
26 + | dist_subdir ${name}/${version} |
26 27 | |
27 28 | extract.mkdir yes |
28 29 | use_configure no |
29 30 | |
30 31 | build {} |
31 32 | |
32 33 | destroot { |
33 34 | xinstall ${worksrcpath}/eksctl \ |
34 35 | ${destroot}${prefix}/bin/eksctl |
35 36 | |