File tree 8 files changed +34
-0
lines changed
8 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ vendor/misspell: vendor/misspell/**
67
67
vendor/packer : vendor/packer/**
68
68
vendor/pandoc : vendor/pandoc/**
69
69
vendor/rakkess : vendor/rakkess/**
70
+ vendor/rancher : vendor/rancher/**
70
71
vendor/rbac-lookup : vendor/rbac-lookup/**
71
72
vendor/retry : vendor/retry/**
72
73
vendor/scenery : vendor/scenery/**
Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ misspell 0.3.4 Correct commonly misspelled English words i
287
287
packer 1.4.4 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
288
288
pandoc 2.8 Universal markup converter
289
289
rakkess 0.4.2 Review Access - kubectl plugin to show an access matrix for all available resources
290
+ rancher 2.3.2 Rancher CLI
290
291
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
291
292
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
292
293
scenery 0.1.5 A Terraform plan output prettifier
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ misspell 0.3.4 Correct commonly misspelled English words i
51
51
packer 1.4.4 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
52
52
pandoc 2.8 Universal markup converter
53
53
rakkess 0.4.2 Review Access - kubectl plugin to show an access matrix for all available resources
54
+ rancher 2.3.2 Rancher CLI
54
55
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
55
56
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
56
57
scenery 0.1.5 A Terraform plan output prettifier
Original file line number Diff line number Diff line change
1
+ Rancher CLI
Original file line number Diff line number Diff line change
1
+ MIT
Original file line number Diff line number Diff line change
1
+ # # Typical Github binary release
2
+
3
+ # # Package details
4
+ export VENDOR = rancher
5
+ export PACKAGE_NAME = rancher
6
+ # Folder which package is extracted into
7
+ export PACKAGE_REPO_NAME = cli
8
+ export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL ) /releases/download/v$(PACKAGE_VERSION ) /rancher-$(OS ) -$(ARCH ) -v$(PACKAGE_VERSION ) .tar.gz
9
+
10
+ # # APK build specific requirements
11
+ export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
12
+ # # Uncomment only if you need additional libraries
13
+ # export APKBUILD_DEPENDS += libc6-compat musl
14
+
15
+ include ../../tasks/Makefile.package
16
+ include ../../tasks/Makefile.apk
17
+
18
+ install :
19
+ $(call download_tarball)
20
+
21
+ test :
22
+ $(PACKAGE_EXE ) --version
23
+
24
+ # # This may be required for apk building and varies from package to package
25
+ # # Custom post-package processing (Note the double colon to append to current inherited package/prepare task)
26
+ package/prepare ::
27
+ mv src/rancher-v$(PACKAGE_VERSION ) /rancher src
Original file line number Diff line number Diff line change
1
+ 0
Original file line number Diff line number Diff line change
1
+ 2.3.2
You can’t perform that action at this time.
0 commit comments