1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Contributor: Vladimir Chizhov <jagoterr@gmail.com>
7 _commit=de7f920f4d8fc858b448d118189c791fe8d7fbca
8 pkgdesc="extracts the text out of OpenDocument Texts"
9 url="https://github.com/dstosberg/odt2txt/"
12 depends=('zlib' 'libzip')
14 source=("$pkgname::git+https://github.com/dstosberg/odt2txt.git#commit=${_commit}")
24 install -Dm755 odt2txt "$pkgdir"/usr/bin/odt2txt
25 install -Dm644 odt2txt.1 "$pkgdir"/usr/share/man/man1/odt2txt.1