Skip to content

Commit

Permalink
feat: use dpkg-buildpackage module type for vanilla-sideload
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 14, 2024
1 parent 5c71997 commit 36ba6ca
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion modules/00-vanilla-sideload.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
name: vanilla-sideload
type: meson
type: dpkg-buildpackage
source:
type: git
url: https://github.com/Vanilla-OS/sideload-utility
branch: main
commit: latest
paths:
- vanilla-sideload
modules:
- name: sideload-utility-deps-install
type: apt
source:
packages:
- build-essential
- debhelper
- desktop-file-utils
- dpkg-dev
- gettext
- gir1.2-nma4-1.0
- libadwaita-1-dev
- libjpeg-dev
- libnm0
- libnm-dev
- libnma0
- libnma-gtk4-0
- libnma-gtk4-dev
- make
- meson
- python3

0 comments on commit 36ba6ca

Please sign in to comment.