summaryrefslogtreecommitdiff
path: root/config_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_gnu+hurd
parent0af2e33b4e5c41bf88022fa1127cad1637369963 (diff)
add initial configurations
Diffstat (limited to 'config_gnu+hurd')
-rw-r--r--config_gnu+hurd35
1 files changed, 35 insertions, 0 deletions
diff --git a/config_gnu+hurd b/config_gnu+hurd
new file mode 100644
index 0000000..45ee43f
--- /dev/null
+++ b/config_gnu+hurd
@@ -0,0 +1,35 @@
+#!/hint/bash
+
+# Parabola GNU/Hurd configuration without any distribution derivation
+
+# Archictectures
+ARCHES=('i686')
+
+# Multilib Support
+MULTILIB=()
+
+# Main Repositories
+MAIN_REPOS=('core' 'extra' 'testing')
+
+# Multilib Repositories
+MULTILIB_REPOS=('multilib' '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[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
+PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
+
+# Directories where packages are shared between repos
+# *relative to FTP_BASE*
+PKG_POOL='gnu+hurd'
+
+# Directories where sources are stored
+SRC_POOL='gnu+hurd'