diff --git a/scripts/runtests.sh b/scripts/runtests.sh index a47c64c..6b00fec 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -9,6 +9,7 @@ jsonlint -q apt/apt-installs-extra.json jsonlint -q apt/apt-keys.json jsonlint -q apt/apt-repos.json jsonlint -q atom/packages.json +jsonlint -q yaourt/packages.json echo ">> Validating Python..." diff --git a/yaourt/.yaourtrc b/yaourt/.yaourtrc new file mode 100644 index 0000000..1129cad --- /dev/null +++ b/yaourt/.yaourtrc @@ -0,0 +1,68 @@ +# yaourtrc - Configuration for yaourt +# +# See yaourtrc(5) for more information +# +# + +# General +#AUTOSAVEBACKUPFILE=0 +#DEVEL=0 +#DEVELSRCDIR="" +#FORCE=0 +#NO_TESTDB=0 + +# Environment variables +#EDITOR="$EDITOR" +#TMPDIR="/tmp" +#VISUAL="$VISUAL" + +# SUDO +#SUDONOVERIF=0 # Avoid multiple sudo checks when timestamp_timeout=0 +#SUDOREDIRECT=1 # Define to 0 in case you use a fingerprint device + +# ABS +#USE_GIT=0 +# If the package "abs" is installed, those var are parsed from abs.conf +#REPOS=() # REPOS available at $SYNCSERVER +#SYNCSERVER="" + +# AUR +#AURURL="https://aur.archlinux.org" +#AURCOMMENT=5 +#AURDEVELONLY=0 +#AURSEARCH=1 +#AURSHOWDIFF=0 +#AURUPGRADE=0 +#AURVOTE=1 +#AURUSEGIT=0 + +# Build +#EXPORT=0 # Export to 1: EXPORTDIR or PKGDEST + # 2: pacman cache (as root) +#EXPORTSRC=0 # Need EXPORT>0 to be used +#EXPORTDIR="" # If empty, use makepkg's configuration (see makepkg.conf) + +# Prompt +NOCONFIRM=1 +#UP_NOCONFIRM=0 # No prompt while build upgrades (including -Sbu) +BUILD_NOCONFIRM=1 # Only prompt for editing files +#PU_NOCONFIRM=0 # Add --noconfirm to $PACMAN -U +#EDITFILES=1 +#NOENTER=1 + +# Output +#USECOLOR=1 +#USEPAGER=0 +#DETAILUPGRADE=1 +#SHOWORPHANS=1 +#TERMINALTITLE=1 + +# Command +#PACMAN="pacman" +#MAKEPKG="makepkg" +#DIFFEDITCMD="vimdiff" + +# pacdiffviewer +#P_LOCATE=0 # Use locate instead of find +#P_SEARCHDIR=(/etc/ /boot/) +#P_SAVEDIR='/var/lib/yaourt/backupfiles' diff --git a/yaourt/exports.py b/yaourt/exports.py new file mode 100644 index 0000000..e5a0d9b --- /dev/null +++ b/yaourt/exports.py @@ -0,0 +1 @@ +#!/usr/bin/env python3 diff --git a/yaourt/packages.json b/yaourt/packages.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/yaourt/packages.json @@ -0,0 +1 @@ +[]