aboutsummaryrefslogtreecommitdiff
path: root/packages/custom-base-meta/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'packages/custom-base-meta/PKGBUILD')
-rw-r--r--packages/custom-base-meta/PKGBUILD42
1 files changed, 42 insertions, 0 deletions
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
+)