Readme: tweak updating command and move the frogging-family repo link to a better place
This commit is contained in:
parent
dd36126189
commit
a57366cf44
@ -10,11 +10,13 @@ Thanks to Kassin for the meme-worthy banner
|
|||||||
### While some of the scripts might work fine on any distro, the PKGBUILDs will only work on distros with access to pacman and makepkg.
|
### While some of the scripts might work fine on any distro, the PKGBUILDs will only work on distros with access to pacman and makepkg.
|
||||||
**If you need to access pacman and makepkg outside of Arch-linux and distros based on it (like Antergos or Manjaro), you can "hijack" your current distro with Bedrock Linux at your own risk: https://bedrocklinux.org**
|
**If you need to access pacman and makepkg outside of Arch-linux and distros based on it (like Antergos or Manjaro), you can "hijack" your current distro with Bedrock Linux at your own risk: https://bedrocklinux.org**
|
||||||
|
|
||||||
* Clone the whole thing (that enables you to use `git pull` to get updates) :
|
* Clone the whole thing (that enables you to use `git submodule update --remote` to get updates) :
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://github.com/Tk-Glitch/PKGBUILDS.git
|
git clone --recurse-submodules https://github.com/Tk-Glitch/PKGBUILDS.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* You can also choose to clone only the repos you need. All submodules can be found here: https://github.com/Frogging-Family
|
||||||
|
|
||||||
* Build packages :
|
* Build packages :
|
||||||
|
|
||||||
From the directory of the package you want to build (where the PKGBUILD is located), run
|
From the directory of the package you want to build (where the PKGBUILD is located), run
|
||||||
@ -31,7 +33,6 @@ That will grab the required dependencies, build, then install the newly created
|
|||||||
|
|
||||||
While some are already available there without userpatches or lib32 support, the most interesting ones aren't (namely linux kernels, nvidia-all and wine-tkg-git) because of the way they are working. You're prompted for options or even config file editing to get the package customized the way you want it to be. For nvidia-all, there's no way around it so I'd consider that non-AUR compliant by default. For linux kernels and wine-tkg-git, I could indeed provide a fixed preset and remove all prompts. That would work. But then, are these still as interesting without customization? I strongly believe they aren't.
|
While some are already available there without userpatches or lib32 support, the most interesting ones aren't (namely linux kernels, nvidia-all and wine-tkg-git) because of the way they are working. You're prompted for options or even config file editing to get the package customized the way you want it to be. For nvidia-all, there's no way around it so I'd consider that non-AUR compliant by default. For linux kernels and wine-tkg-git, I could indeed provide a fixed preset and remove all prompts. That would work. But then, are these still as interesting without customization? I strongly believe they aren't.
|
||||||
|
|
||||||
### All submodules can be found here separately: https://github.com/Frogging-Family
|
|
||||||
|
|
||||||
### Daily builds (pacman packages) for most packages are available on chaotic-aur (https://wiki.archlinux.org/index.php/Unofficial_user_repositories#chaotic-aur):
|
### Daily builds (pacman packages) for most packages are available on chaotic-aur (https://wiki.archlinux.org/index.php/Unofficial_user_repositories#chaotic-aur):
|
||||||
- http://lonewolf-builder.duckdns.org/chaotic-aur - Thanks Pedro !
|
- http://lonewolf-builder.duckdns.org/chaotic-aur - Thanks Pedro !
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0a25fec7879d4149e08327c2ac6b926a2504aed8
|
Subproject commit 0e6ee292f6e6bff8ffd56f7b965321bb515d266e
|
Loading…
Reference in New Issue
Block a user