summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+hurd
diff options
context:
space:
mode:
Diffstat (limited to 'config_abslibre_gnu+hurd')
-rw-r--r--config_abslibre_gnu+hurd39
1 files changed, 39 insertions, 0 deletions
diff --git a/config_abslibre_gnu+hurd b/config_abslibre_gnu+hurd
new file mode 100644
index 0000000..90b412e
--- /dev/null
+++ b/config_abslibre_gnu+hurd
@@ -0,0 +1,39 @@
+#!/hint/bash
+
+# Parabola GNU/Hurd configuration with Arch GNU/Hurd derivation
+
+# Archictectures
+ARCHES=('i686')
+
+# Multilib Support
+MULTILIB=()
+
+# Main Repositories from Arch GNU/Linux
+MAIN_REPOS=('core' 'extra' 'testing' 'staging-core' 'staging-extra')
+# Libre Repositories from Parabola GNU/Linux-libre
+LIBRE_MAIN_REPOS=('libre' 'libre-testing')
+
+# Multilib Repositories from Arch GNU/Linux
+MULTILIB_REPOS=('multilib' 'multilib-testing')
+# Libre Multilib Repositories from Parabola GNU/Linux-libre
+LIBRE_MULTILIB_REPOS=('libre-multilib' 'libre-multilib-testing')
+
+# Extra Repositories
+EXTRA_REPOS=('nonprism' 'nonprism-testing' 'kernels' 'kernels-testing' 'cross' 'java')
+
+# Community Repositories
+COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~drtan' '~emulatorman' '~jorginho' '~lukeshu' '~smv' '~xihh')
+
+# Platform Repositories
+PATFORM_REPOS=()
+
+# Remote Repositories
+PKG_ANY_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${LIBRE_MAIN_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
+PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${LIBRE_MAIN_REPOS[@]}" "${MAIN_REPOS[@]}" "${LIBRE_MULTILIB_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
+
+# Directories where packages are shared between repos
+# *relative to FTP_BASE*
+PKG_POOL='abslibre_gnu+hurd'
+
+# Directories where sources are stored
+SRC_POOL='abslibre_gnu+hurd'