Skip to content

Commit

Permalink
nomad: new package (#329)
Browse files Browse the repository at this point in the history
* nomad: new package

* update: merge conflicts

* update: merge conflicts

* update: disable apk package

Co-authored-by: Erik Osterman <[email protected]>
Co-authored-by: Maxim Mironenko <[email protected]>
  • Loading branch information
3 people committed Feb 24, 2020
1 parent 0a8c36d commit 8327609
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ vendor/lazydocker: vendor/lazydocker/**
vendor/lectl: vendor/lectl/**
vendor/minikube: vendor/minikube/**
vendor/misspell: vendor/misspell/**
vendor/nomad: vendor/nomad/**
vendor/pack: vendor/pack/**
vendor/packer: vendor/packer/**
vendor/pandoc: vendor/pandoc/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ lazydocker 0.8 The lazier way to manage everything docker
lectl 0.20 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
minikube 1.7.2 Run Kubernetes locally
misspell 0.3.4 Correct commonly misspelled English words in source files
nomad 0.10.4 Hashicorp nomad
pack 0.8.1 Create cloud native Buildpacks
packer 1.5.0 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.9.2 Universal markup converter
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ lazydocker 0.8 The lazier way to manage everything docker
lectl 0.20 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
minikube 1.7.2 Run Kubernetes locally
misspell 0.3.4 Correct commonly misspelled English words in source files
nomad 0.10.4 Hashicorp nomad
pack 0.8.1 Create cloud native Buildpacks
packer 1.5.0 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.9.2 Universal markup converter
Expand Down
1 change: 1 addition & 0 deletions vendor/nomad/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hashicorp nomad
1 change: 1 addition & 0 deletions vendor/nomad/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MPL-2.0
16 changes: 16 additions & 0 deletions vendor/nomad/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Package - nomad
export PACKAGE_ENABLED = false
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

export VENDOR ?= hashicorp
export PACKAGE_NAME ?= nomad
export DOWNLOAD_URL ?= https://releases.hashicorp.com/$(PACKAGE_NAME)/$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(OS)_$(ARCH).zip
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += libc6-compat musl

install:
$(call download_zip)

test:
$(PACKAGE_EXE) version
1 change: 1 addition & 0 deletions vendor/nomad/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions vendor/nomad/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.10.4

0 comments on commit 8327609

Please sign in to comment.