-
Notifications
You must be signed in to change notification settings - Fork 1
/
chef.yaml
39 lines (37 loc) · 1.04 KB
/
chef.yaml
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
29
30
31
32
33
34
35
36
37
38
39
project:
summary: Chef Package Management System
description: |
Originally developed for the Vali/MollenOS operating system, this is a generic package
management system that is built as a lightweight alternative to current package managers.
Its not only for package management, but also as an application format.
author: Philip Meulengracht
email: [email protected]
version: 1.3.0
license: MIT
homepage: https://github.com/Meulengracht/bake
recipes:
- name: chef
path: /
steps:
- name: config
type: generate
system: cmake
arguments: [-G, '"Unix Makefiles"']
- name: build
type: build
depends: [config]
system: make
packs:
- name: chef
type: application
commands:
- name: bake
path: /usr/local/bin/bake
type: executable
description: Utility to create chef recipes
system-libs: true
- name: order
path: /usr/local/bin/order
type: executable
description: Utility to publish, inspect and manage account services
system-libs: true