1 # Maintainer: Laurie Clark-Michalek <bluepeppers@archlinux.us>
6 pkgdesc="Python script to display system infomation alongside the Arch Linux logo"
8 url="http://bluepeppers.github.com/archey3"
11 makedepends=('git' 'python-distribute')
13 'python3-mpd-git: python mpd libary for mpd protocol (optional, mpc can be used instead)'
14 'python-logbook-git: for logging'
15 'imagemagick: for default screenshot command'
21 _gitroot="git://github.com/bluepeppers/archey3.git"
26 msg "Connecting to GIT server...."
28 if [ -d archey3 ] ; then
29 cd archey3 && git pull origin
30 msg "The local files are updated."
35 msg "GIT checkout done or server timeout"
36 msg "Starting make..."
38 cd ${srcdir}/${_gitname}
40 python setup.py install --root=${pkgdir}
41 # Comment line below to install side by side with standard archey
42 ln -s /usr/bin/archey3 ${pkgdir}/usr/bin/archey || return 1
43 install -D -m644 COPYING ${pkgdir}/usr/share/licenses/archey/COPYING