summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b4a12339f997946f5b98363407656e6ec9dc6071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>

pkgname=hotwire
pkgver=0.721
pkgrel=2
pkgdesc="An intelligent hybrid text/graphical shell for developers and system administrators"
arch=('any')
url="http://code.google.com/p/hotwire-shell/"
license=('GPL')
depends=('pygtk' 'dbus-python' 'sqlite3')
makedepends=('intltool')
source=(http://hotwire-shell.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('077a32573b32c91d591b668d2dcb9645')

package() {
  cd "${srcdir}"/$pkgname-$pkgver
  python2 setup.py bdist

  cd "${pkgdir}"
  tar zxvf "${srcdir}"/$pkgname-$pkgver/dist/*.tar.gz
}