Fully implement pug2 script

This commit is contained in:
etorres4
2022-03-19 00:18:29 -07:00
parent b621eebbc8
commit 6388855727
4 changed files with 75 additions and 60 deletions

View File

@ -1,3 +1,17 @@
[Main]
[pug2]
# Activate pug script upon running pug ALPM hook
GIST_PUG_ENABLE = no
# 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>
GIST_ID = ""
# Description for the gist
GIST_DESCRIPTION = "Pacman package list"