blob: bab01c84a0729fcbc4c5b3378bc1fb8e96644bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Deshader AUR package
To create Arch package, run
```bash
makepkg
```
To install the package, run
```bash
sudo pacman -U deshader*
```
To create __debian__ package under Arch Linux and Docker, run
```bash
bash makedeb_arch.bash
```
It will build the package in a Docker container. To build for multiple Debian and Ubuntu versions ([supported by makedeb](https://docs.makedeb.org/installing/docker/)), use
```bash
releases="debian-bullseye debian-bookworm ubuntu-focal ubuntu-jammy ubuntu-noble ubuntu-oracular" bash makedeb_arch.bash
```
Or if you're on a Debian-based system, run
```bash
bash makedeb.bash
```
|