Packages for Alpine Linux template for QubesOS. See https://ayakael.net/forge/qubes-builder-alpine for template image.
Find a file
2024-08-10 11:41:37 -04:00
.gitlab/bin gitlab-ci: use git-annex instead of git-lfs 2024-08-10 11:41:37 -04:00
qubes-app-linux-druide-antidote *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-db-vm *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-gpg-split *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-input-proxy qubes-input-proxy: do not use keyboardmouse event type 2024-07-28 14:01:16 -04:00
qubes-libvchan-xen *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-meta-packages *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-pass qubes-pass: add service subpackage 2024-07-27 21:15:21 +00:00
qubes-usb-proxy qubes-usb-proxy: fix usb reset with udevadm 2024-07-27 22:54:59 +00:00
qubes-vm-core qubes-vm-core: add missing rsvg-convert and dbus-x11 depend 2024-07-27 23:02:44 +00:00
qubes-vm-gui qubes-vm-gui: upgrade to 4.2.14 2024-07-11 16:32:55 +00:00
qubes-vm-gui-dev *: bump pkgrel 2024-06-03 08:24:31 -04:00
qubes-vm-qrexec qubes-vm-qrexec: bump rel 2024-07-11 16:30:10 +00:00
qubes-vm-utils qubes-vm-utils: rebuild because of faulty openrc 2024-07-27 19:24:43 +00:00
.gitignore .gitignore: add from user-aports 2023-08-14 14:21:34 -04:00
.gitlab-ci.yml gitlab-ci: use git-annex instead of git-lfs 2024-08-10 11:41:37 -04:00
README.md Update README.md 2023-08-27 19:02:01 +00:00

qubes-aports

Upstream: https://lab.ilot.io/ayakael/qubes-aports

Description

This repository contains aports that allow Alpine Linux to be used as an Alpine Linux template. The upstream repo uses GitLab's CI to build and deploy packages targetting multiple Alpine Linux versions. QubesOS releases are tracked using branches.

Template builder

The template builder is housed in its own repo. RPMs are built in-pipeline using the build artifacts produced by this repo. These RPMs facilitate installation of your very own Alpine Linux template on QubesOS.

Provided packages

Use abuild-r to build the following packages. For more information on how to build an Alpine Package, read this

Core VM packages

  • qubes-vm-xen - Qubes's version of xen
  • qubes-libvchan-xen - libvchan library dependency
  • qubes-db-vm - qubes-db package
  • qubes-vm-utils - qubes-meminfo-writer service package
  • qubes-vm-core - Core init.d / qubes scripts
  • qubes-vm-gui-dev - Library dependencies for qubes-vm-gui
  • qubes-vm-gui - GUI agent
  • qubes-vm-qrexec - qrexec agent
  • qubes-gpg-split
  • qubes-usb-proxy
  • qubes-meta-packages - Meta package that pulls everything when added to world

Extra packages

  • qubes-pass - Aport for Rudd-O's inter-VM password manager for Qubes OS

Omitted packages

  • qubes-vmm-xen - The default Alpine xen package seems to provide the necessary modules

Known issues

Known issues are currently being tracked in qubes-builder-alpine repo.

Issues, recommendations and proposals

To report an issue or share a recommendation

Go here

To make a merge request

  • Fork the repo from Alpine's GitLab here
  • Clone your fork locally. (git clone $repo)
  • Make a branch with a descriptive name (git checkout -b $descriptivename)
  • Make the changes you want to see in the world, commit, and push to the GitLab's remote repo
  • Request a merge here