From ceaf4b8b409066721cb3e5964e1b3f92de0c9589 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 16 Jun 2021 16:12:02 +0200 Subject: [PATCH] add riseup-vpn submodule --- .gitmodules | 3 +++ README.md | 16 +++++++++++++++- pkg/riseup-vpn | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 pkg/riseup-vpn diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1cb3070 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pkg/riseup-vpn"] + path = pkg/riseup-vpn + url = https://aur.archlinux.org/riseup-vpn.git diff --git a/README.md b/README.md index 5738847..34779df 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ # 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 Fork this repository. Then and adjust the following files: * [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. * 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) diff --git a/pkg/riseup-vpn b/pkg/riseup-vpn new file mode 160000 index 0000000..9cb290a --- /dev/null +++ b/pkg/riseup-vpn @@ -0,0 +1 @@ +Subproject commit 9cb290a4f5a6148c4db3687ec62898da2ce815d7