Skip to content

Commit

Permalink
feat[close #42]: Add sideload utility as module
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 11, 2024
1 parent fb79ef6 commit 7b3ca9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/00-vanilla-sideload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: vanilla-sideload
type: meson
source:
type: git
url: https://github.com/Vanilla-OS/sideload-utility
branch: main
commit: latest
modules:
- name: sideload-utility-deps-install
type: apt
source:
packages:
- build-essential
- gettext
- libadwaita-1-dev
- meson
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ modules:
- modules/00-vanilla-gnome-default-settings
- modules/00-vanilla-system-operator
- modules/00-vanilla-apx-gui
- modules/00-vanilla-sideload
- modules/02-waydroid-modules
- modules/10-vanilla-abroot-rollback-notifier
- modules/20-gnome-core
Expand Down

0 comments on commit 7b3ca9a

Please sign in to comment.