blob: bd5ca6a58137cc54b9e27a3effe18509f0c8dbfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Preparations
1. Install qemu-user-static and qemu-user-static-binfmt
2. Install and configure lxc
3. `sudo lxc-create -t download -n debian-arm64 -- -d debian -r bullseye -a arm64`
4. `sudo lxc-start -n debian-arm64`
5. `sudo lxc-attach -n debian-arm64`
6. `dhclient`
7. `sudo apt install wget && bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')"`
## Recurring step.
1. `dhclient` on lxc-attach
# Build packages
1. clone the repo containing pkgbuild
2. run `makedeb -s`
# Misc
1. Install libreoffice-gtk3
|