aboutsummaryrefslogtreecommitdiff
path: root/packages/custom-dev-ui-meta/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-06-24 21:24:43 +0200
committerAdrian Kummerlaender2016-06-24 21:24:43 +0200
commit91526c66ba438cce14f37bb014917c8cb01e554a (patch)
treef51ae674f8555ece56ce0d5957abbb3362d7e31b /packages/custom-dev-ui-meta/PKGBUILD
parent32e6b0368c9efeb05131cb07795bc0abf0cc3cd9 (diff)
downloaddotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.gz
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.bz2
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.lz
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.xz
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.zst
dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.zip
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.
Diffstat (limited to 'packages/custom-dev-ui-meta/PKGBUILD')
-rw-r--r--packages/custom-dev-ui-meta/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/custom-dev-ui-meta/PKGBUILD b/packages/custom-dev-ui-meta/PKGBUILD
new file mode 100644
index 0000000..cf551d7
--- /dev/null
+++ b/packages/custom-dev-ui-meta/PKGBUILD
@@ -0,0 +1,20 @@
+pkgname=custom-dev-ui-meta
+pkgver=0.1
+pkgrel=1
+pkgdesc='Meta package to install my development setup (UI tools)'
+url='https://code.kummerlaender.eu/dotfiles/'
+arch=('any')
+
+depends=(
+ grestful
+ cantor
+ kdesdk-kcachegrind
+ openscad
+ qcad
+ sqlitebrowser
+ radare2
+ okteta
+ qmltermwidget-git
+ gource
+ vix-git
+)