mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add riseup-vpn submodule
This commit is contained in:
parent
ce5ec5d147
commit
ceaf4b8b40
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "pkg/riseup-vpn"]
|
||||||
|
path = pkg/riseup-vpn
|
||||||
|
url = https://aur.archlinux.org/riseup-vpn.git
|
16
README.md
16
README.md
@ -1,12 +1,26 @@
|
|||||||
# My personalized Arch Linux packages
|
# My personalized Arch Linux packages
|
||||||
|
|
||||||
|
## Submodules
|
||||||
|
|
||||||
|
There are several AUR packages added as submodules inside [pkg](pkg):
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git submodule add "https://aur.archlinux.org/riseup-vpn.git" pkg/riseup-vpn
|
||||||
|
```
|
||||||
|
|
||||||
|
To update all submodules, run
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git submodule update --remote
|
||||||
|
```
|
||||||
|
|
||||||
## Build packages from source
|
## Build packages from source
|
||||||
|
|
||||||
Fork this repository.
|
Fork this repository.
|
||||||
|
|
||||||
Then and adjust the following files:
|
Then and adjust the following files:
|
||||||
* [pkg/de-p1st-repo/arch-repo.cfg](pkg/de-p1st-repo/arch-repo.cfg)
|
* [pkg/de-p1st-repo/arch-repo.cfg](pkg/de-p1st-repo/arch-repo.cfg)
|
||||||
* For your build-machine, adjust section `LOCAL MACHINE CONFIGURATION`: Add absolute path of folder [./out](./out) to array `LOCAL_PKG_DIRS`
|
* For your build-machine, adjust section `LOCAL MACHINE CONFIGURATION`: Add absolute path of folder [build-pkg/out](build-pkg/out) to array `LOCAL_PKG_DIRS`
|
||||||
as the build packages will be stored there.
|
as the build packages will be stored there.
|
||||||
* For your mirror-server, adjust section `REMOTE MIRROR SERVER CONFIGURATION` accordingly.
|
* For your mirror-server, adjust section `REMOTE MIRROR SERVER CONFIGURATION` accordingly.
|
||||||
* [pkg/de-p1st-pacman/pacman.d/de-p1st](pkg/de-p1st-pacman/pacman.d/de-p1st)
|
* [pkg/de-p1st-pacman/pacman.d/de-p1st](pkg/de-p1st-pacman/pacman.d/de-p1st)
|
||||||
|
1
pkg/riseup-vpn
Submodule
1
pkg/riseup-vpn
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9cb290a4f5a6148c4db3687ec62898da2ce815d7
|
Loading…
Reference in New Issue
Block a user