blob: 1a4a21f2c08d57666209610a9c49a312d11fa2d9 (
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
|
# osuboot-git
This repository contains the `PKGBUILD` file required for building the `osuboot-git` package.
You can find this package [on the AUR](https://aur.archlinux.org/packages/osuboot-git).
## Original repository
You can visit the osuboot repository [here](https://git.staropensource.de/JeremyStarTM/osuboot).
## How to build and install
[Read this Arch Linux Wiki article.](https://wiki.archlinux.org/title/Arch_User_Repository)
## Issue handling
Please only submit issues if they aren't bug reports about the package or help requests.
Please keep them on the AUR only. This prevents unnecessary signups.
## Branches
This repository (at least if you view it on [sos!git](https://git.staropensource.de/JeremyStarTM/aur-osuboot-git))
has two branches: `master` and `develop`. The `master` branch is the stable branch, where stable changes
are introduced. The `develop` branch is (as you might have already guessed) the development branch.
Please only submit PRs to the `develop` branch. Pull requests to the `master` branch will be rejected.
## License
This package is licensed under the terms of the GNU General Public License, version 3 or later.
You can view the license [here](https://git.staropensource.de/JeremyStarTM/aur-osuboot-git/src/branch/develop/LICENSE).
|