summaryrefslogtreecommitdiff
path: root/habitat-packages/scaffolding-chef/plan.sh
blob: d3d49dfdc3abd39d6c8703c34473cf65a652feb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pkg_name=scaffolding-chef
pkg_description="Scaffolding for Chef Policyfiles"
pkg_origin=chef
pkg_version="0.5.0"
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
pkg_license=('Apache-2.0')
pkg_source=nope
pkg_upstream_url="https://www.chef.sh"

do_download() {
  return 0
}

do_verify() {
  return 0
}

do_unpack() {
  return 0
}

do_build() {
  return 0
}

do_install() {
  install -D -m 0644 "$PLAN_CONTEXT/lib/scaffolding.sh" "$pkg_prefix/lib/scaffolding.sh"
}