summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+linux
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+linux
parent0af2e33b4e5c41bf88022fa1127cad1637369963 (diff)
add initial configurations
Diffstat (limited to 'config_abslibre_gnu+linux')
-rw-r--r--config_abslibre_gnu+linux39
1 files changed, 39 insertions, 0 deletions
diff --git a/config_abslibre_gnu+linux b/config_abslibre_gnu+linux
new file mode 100644
index 0000000..e157b9c
--- /dev/null
+++ b/config_abslibre_gnu+linux
@@ -0,0 +1,39 @@
+#!/hint/bash
+
+# Parabola GNU/Linux-libre configuration with Arch GNU/Linux derivation
+
+# Archictectures
+ARCHES=('i686' 'x86_64')
+
+# Multilib Support
+MULTILIB=('x86_64')
+
+# Main Repositories from Arch GNU/Linux
+MAIN_REPOS=('core' 'extra' 'testing' 'community' 'community-testing')
+# 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=('nonsystemd' 'nonsystemd-testing')
+
+# 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+linux'
+
+# Directories where sources are stored
+SRC_POOL='abslibre_gnu+linux'