Skip to content

Commit

Permalink
feat: add base-files module
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 4, 2024
1 parent 2568e6e commit 2c3f0e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ runs:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends

modules:
- name: base-files
type: dpkg-buildpackage
source:
type: git
url: https://github.com/Vanilla-OS/base-files.git
branch: main
commit: latest
paths:
- base-files
modules:
- name: base-files-deps-install
type: apt
source:
packages:
- dpkg-dev
- build-essential

- name: systemd
type: apt
source:
Expand Down

0 comments on commit 2c3f0e0

Please sign in to comment.