From 91526c66ba438cce14f37bb014917c8cb01e554a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 24 Jun 2016 21:24:43 +0200 Subject: Add meta packages to help keeping track of my software stack i.e. unclutter the pacman dependency tree. Ideally I would just spend a moment every now and then updating these _PKGBUILDs_ - a full reinstallation would then only require installing the base system, cloning this repository and installing the appropriate meta packages. --- packages/custom-base-meta/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 packages/custom-base-meta/PKGBUILD (limited to 'packages/custom-base-meta/PKGBUILD') diff --git a/packages/custom-base-meta/PKGBUILD b/packages/custom-base-meta/PKGBUILD new file mode 100644 index 0000000..270db61 --- /dev/null +++ b/packages/custom-base-meta/PKGBUILD @@ -0,0 +1,42 @@ +pkgname=custom-base-meta +pkgver=0.1 +pkgrel=1 +pkgdesc='Meta package to install my base setup' +url='https://code.kummerlaender.eu/dotfiles/' +arch=('any') + +depends=( + fish + git + git-ftp + openssh + ufw + stow + ack + tree + lsof + screen + ranger + sed + diffutils + sshfs + wget + w3m + lynx + bash + bash-completion + binutils + colordiff + htop + python-virtualenv + python-virtualfish + cv-git + tarsnap + abs + package-query-git + yaourt + python3-aur + vim-jellybeans + vim-gitgutter-git + vim-renamer +) -- cgit v1.2.3