# $Id: PKGBUILD 77405 2012-10-09 16:12:35Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>

pkgname=dex
pkgver=0.6
pkgrel=1
pkgdesc='Program to generate and execute DesktopEntry files of type Application'
arch=('any')
url='https://github.com/jceb/dex'
license=('GPL2')
depends=('python')
conflicts=('dex-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jceb/dex/tarball/v$pkgver")
md5sums=('aabd067dc133df4ce617b116a2f405aa')

package() {
  cd jceb-dex-*
  install -Dm755 dex "$pkgdir/usr/bin/dex"
  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
}

# vim:set ts=2 sw=2 et:
