db-move: moved d-spy from [testing] to [extra] (x86_64)
[arch-packages.git] / unoconv / trunk / PKGBUILD
blobb35ebef0e602cc1fd326a71f1a6bb17492c40320
1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Contributor: max.bra <max.bra at alice dot it>
3 # Contributor: SeeSchloss <seeschloss@seos.fr>
5 pkgname=unoconv
6 pkgver=0.9
7 pkgrel=2
8 pkgdesc="Libreoffice-based document converter"
9 url="http://dag.wiee.rs/home-made/unoconv"
10 depends=(python libreoffice)
11 makedepends=(asciidoc git)
12 arch=(any)
13 license=(GPL2)
14 _commit=4cf0e54460bf27db8153951a78b3860d4f810fea  # tags/0.9
15 source=("git+https://github.com/dagwieers/unoconv#commit=$_commit")
16 sha256sums=('SKIP')
18 pkgver() {
19   cd $pkgname
20   git describe --tags | sed 's/-/+/g'
23 package() {
24   cd $pkgname
25   make DESTDIR="$pkgdir" install