2022-03-22 09:10:27 -07:00
|
|
|
# Configuration file for packaging scripts
|
|
|
|
# Note that empty options are left without quotes
|
2022-03-19 00:18:29 -07:00
|
|
|
[pug2]
|
2022-03-17 21:18:17 -07:00
|
|
|
# Activate pug script upon running pug ALPM hook
|
2022-03-24 18:49:45 -07:00
|
|
|
RUN_ON_PACMAN_HOOK = no
|
2022-03-19 00:18:29 -07:00
|
|
|
|
|
|
|
# Name for gist
|
|
|
|
# Default: pacman-packages.txt
|
|
|
|
GIST_FILENAME = pacman-packages.txt
|
|
|
|
|
|
|
|
# Gist ID to prevent creating new gists
|
|
|
|
# This key is automatically given a value if empty
|
|
|
|
# This settings accepts IDs in 2 formats:
|
|
|
|
# <gist username>/<gist ID>
|
|
|
|
# <gist ID>
|
2022-03-22 09:10:27 -07:00
|
|
|
GIST_ID =
|
2022-03-19 00:18:29 -07:00
|
|
|
|
|
|
|
# Description for the gist
|
2022-03-22 09:10:27 -07:00
|
|
|
GIST_DESCRIPTION = Pacman package list
|