# Working directory for local storage/cache.
WORKINGDIR=/var/cache/slapt-get

# Exclude package names and expressions (comma delimited).
# To exclude pre and beta packages, add this to the exclude: 
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^kernel-generic$,^kernel-headers$,^kernel-source$
# Base url to directory with a PACKAGES.TXT.
# This can point to any release, ie: 9.0, 10.0, current, etc.
#SOURCE=https://slackware.osuosl.org/slackware64-15.0/:OFFICIAL
SOURCE=https://snukware.com/snukware/snukware64-current/:OFFICIAL
# Alternative repo for official
# SOURCE=http://snukware.ddnsfree.com/snukware/snukware64-current/:OFFICIAL
# Alternative repo
# Sources for the testing, extra, and pasture areas - if you use them.
# SOURCE=https://slackware.osuosl.org/slackware64-15.0/extra/:PREFERRED
# SOURCE=https://slackware.osuosl.org/slackware64-15.0/testing/
# SOURCE=https://slackware.osuosl.org/slackware64-15.0/pasture/

# Source for slapt-get.
#SOURCE=https://storage.googleapis.com/slackpacks.jaos.org/slackware64-15.0/:OFFICIAL
