add riseup-vpn submodule

This commit is contained in:
Daniel Langbein 2021-06-16 16:12:02 +02:00
parent ce5ec5d147
commit ceaf4b8b40
3 changed files with 19 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "pkg/riseup-vpn"]
path = pkg/riseup-vpn
url = https://aur.archlinux.org/riseup-vpn.git

View File

@ -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

@ -0,0 +1 @@
Subproject commit 9cb290a4f5a6148c4db3687ec62898da2ce815d7