summaryrefslogtreecommitdiff
path: root/config_gnu+linux
diff options
context:
space:
mode:
Diffstat (limited to 'config_gnu+linux')
-rw-r--r--config_gnu+linux35
1 files changed, 35 insertions, 0 deletions
diff --git a/config_gnu+linux b/config_gnu+linux
new file mode 100644
index 0000000..479061c
--- /dev/null
+++ b/config_gnu+linux
@@ -0,0 +1,35 @@
+#!/hint/bash
+
+# Parabola GNU/Linux-libre configuration without any distribution derivation
+
+# Archictectures
+ARCHES=('i686' 'x86_64')
+
+# Multilib Support
+MULTILIB=('x86_64')
+
+# 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+linux'
+
+# Directories where sources are stored
+SRC_POOL='gnu+linux'