Skip to content

Commit

Permalink
Add dpkg dependency for helm alternatives (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jan 19, 2020
1 parent f2586ce commit 3f44e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vendor/helm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include ../../tasks/Makefile.apk
export VENDOR ?= helm
export DOWNLOAD_URL ?= https://get.helm.sh/helm-v$(PACKAGE_VERSION)-$(OS)-$(ARCH).tar.gz
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += dpkg
export APKBUILD_INSTALL_SCRIPTS = $(PACKAGE_NAME).post-install $(PACKAGE_NAME).post-deinstall
export MAJOR_VERSION = latest
export INSTALL_DIR = /usr/share/${PACKAGE_NAME}/${MAJOR_VERSION}/bin
Expand Down
1 change: 1 addition & 0 deletions vendor/helm2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include ../../tasks/Makefile.apk
export VENDOR ?= helm
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export AUTO_UPDATE_ENABLED = false
export APKBUILD_DEPENDS += dpkg
export APKBUILD_INSTALL_SCRIPTS = $(PACKAGE_NAME).post-install $(PACKAGE_NAME).post-deinstall
export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${MAJOR_VERSION}/bin

Expand Down
1 change: 1 addition & 0 deletions vendor/helm3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include ../../tasks/Makefile.apk
export VENDOR ?= helm
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export AUTO_UPDATE_ENABLED = false
export APKBUILD_DEPENDS += dpkg
export APKBUILD_INSTALL_SCRIPTS = $(PACKAGE_NAME).post-install $(PACKAGE_NAME).post-deinstall
export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${MAJOR_VERSION}/bin

Expand Down

0 comments on commit 3f44e2d

Please sign in to comment.