13 lines
485 B
Text
13 lines
485 B
Text
# 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|huge|modules|firmware)$
|
|
|
|
# Source for slapt-get.
|
|
# SOURCE=https://storage.googleapis.com/slackpacks.jaos.org/slackware64-15.0/:OFFICIAL
|
|
|
|
# Tadgy's repository.
|
|
SOURCE=https://slackware.uk/~tadgy/repo/slackware64-15.0/:CUSTOM
|