aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pkgs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs: Fix issues with non-existent dirs/filesDavid Runge2021-02-071-3/+10
| | | | | | bin/pkgs: Ensure that initial directories for files and files to be used for package lists exist.
* bin/pkgs: Switching to makepkg.conf's PACKAGER for Maintainer info from ↵David Runge2020-03-141-5/+6
| | | | using git config info for name and email.
* bin/pkgs: Fixing always true statement for using create_package.David Runge2019-06-111-1/+1
|
* bin/pkgs: Adding support for adding a dummy entry to a default nvchecker.ini ↵David Runge2019-05-051-2/+8
| | | | (will be created if not existing).
* bin/pkgs: Fixing Maintainer line in PKGBUILD.David Runge2019-04-161-1/+1
|
* bin/pkgs: Adding option to initially create a new package upon adding it (-n ↵David Runge2019-04-161-1/+31
| | | | flag). This automatically retrieves name and email from git config --global for maintainer info.
* bin/pkgs: Major rewrite to get rid of redundant code. Makes use of named ↵David Runge2019-04-111-233/+178
| | | | arrays for directores, and upstream urls. Moves package list locations to ~/.config/packages/*.
* bin/pkgs: Removing headers of list outputs.David Runge2018-09-131-2/+0
|
* bin/pkgs: Activating update modi.David Runge2018-03-041-3/+4
|
* bin/pkgs: Updating helper script for AUR and community package handling to ↵David Runge2018-02-261-33/+307
| | | | be able to add/remove/clean packages according to repositories.
* bin/pkgs: Adding script to create folders for and update repositories of ↵David Runge2018-01-031-0/+41
packages maintained for Arch Linux.