Clarity & Calamares
This commit is contained in:
parent
0d10e30309
commit
3157e0ca67
8 changed files with 19245 additions and 4 deletions
10
README.md
10
README.md
|
@ -8,4 +8,12 @@ To add the repo, add the following to ``/etc/pacman.conf``
|
|||
[obos-core-repo]
|
||||
SigLevel = Optional DatabaseOptional
|
||||
Server = https://git.ouroboros.group/Ouroboros/obos-core-repo/raw/branch/main/$arch
|
||||
```
|
||||
```
|
||||
|
||||
What is packaged here?:
|
||||
- Calamares
|
||||
- mkinitcpio-openswap
|
||||
- ckbcomp
|
||||
- hwinfo
|
||||
- qt5-xmlpatterns
|
||||
- paru-bin
|
|
@ -24,11 +24,13 @@ git clone https://aur.archlinux.org/calamares.git
|
|||
cd calamares
|
||||
makepkg
|
||||
mv ./*.pkg.tar.zst ../../x86_64
|
||||
|
||||
cd ../../
|
||||
# packaging phase
|
||||
# x86_64
|
||||
rm ./x86_64/obos-core-repo.db
|
||||
rm ./x86_64/obos-core-repo.files
|
||||
repo-add ./x86_64/obos-core-repo.db.tar.gz ./x86_64/*.pkg.tar.zst
|
||||
mv ./x86_64/obos-core.repo.files.tar.gz ./x86_64/obos-core.repo.files
|
||||
mv ./x86_64/obos-core.repo.db.tar.gz ./x86_64/obos-core.repo.db
|
||||
rm ./x86_64/obos-core-repo.db
|
||||
rm ./x86_64/obos-core-repo.files
|
||||
mv ./x86_64/obos-core-repo.files.tar.gz ./x86_64/obos-core-repo.files
|
||||
mv ./x86_64/obos-core-repo.db.tar.gz ./x86_64/obos-core-repo.db
|
19231
x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst
Normal file
19231
x86_64/calamares-3.2.62-1-x86_64.pkg.tar.zst
Normal file
File diff suppressed because one or more lines are too long
BIN
x86_64/ckbcomp-1.221-1-any.pkg.tar.zst
Normal file
BIN
x86_64/ckbcomp-1.221-1-any.pkg.tar.zst
Normal file
Binary file not shown.
BIN
x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst
Normal file
BIN
x86_64/mkinitcpio-openswap-0.1.0-3-any.pkg.tar.zst
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue