summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+hurd
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-22 15:09:24 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-22 15:09:24 -0300
commitfbd249636f43493fa97bc8a743cedf6b7502be3a (patch)
treee3fd88814039e25b699437bc4492af8cb88df7a3 /config_abslibre_gnu+hurd
parent0af2e33b4e5c41bf88022fa1127cad1637369963 (diff)
add initial configurations
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'