Skip to content

Commit

Permalink
Add sshm package
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Jul 19, 2021
1 parent b5452a4 commit 18877a9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ vendor/sentry-cli:
vendor/shellcheck:
- any: ["vendor/shellcheck/**"]
all: ["!bin/**", "!tasks/**"]
vendor/ssmh:
- any: ["vendor/ssmh/**"]
all: ["!bin/**", "!tasks/**"]
vendor/shfmt:
- any: ["vendor/shfmt/**"]
all: ["!bin/**", "!tasks/**"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto-update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- sops
- spacectl
- spotctl
- sshm
- stern
- sudosh
- teleport
Expand Down
1 change: 1 addition & 0 deletions vendor/sshm/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Easy connect on EC2 instances thanks to AWS System Manager Agent
1 change: 1 addition & 0 deletions vendor/sshm/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
17 changes: 17 additions & 0 deletions vendor/sshm/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Package details
export VENDOR ?= claranet
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export PACKAGE_NAME ?= sshm
export PACKAGE_REPO_NAME ?= sshm
# https://github.com/claranet/sshm/releases/download/1.2.2/sshm_1.2.2_Linux_x86_64.tar.gz
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(OS)_$(ARCH).tar.gz
export CHECK_COMMAND_ARGUMENTS ?= --version
export CHECK_COMMAND_ENV ?= HOME=./

include ../../tasks/Makefile.vendor_includes

install:
$(call download_binary)

test:
HOME=/tmp $(PACKAGE_EXE) --version
1 change: 1 addition & 0 deletions vendor/sshm/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/sshm/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.2

0 comments on commit 18877a9

Please sign in to comment.