unoconv
LOW
maintainer alerque
0 votes
scanned 2026-09-15 11:19:45.698215
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
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>
4
5
pkgname=unoconv
6
pkgver=0.9.0
7
pkgrel=3
8
pkgdesc="Libreoffice-based document converter"
9
url="https://github.com/unoconv/unoconv"
10
license=(GPL-2.0-only)
11
depends=(
12
libreoffice
13
python
14
python-setuptools
15
)
16
makedepends=(
17
asciidoc
18
git
19
python-build
20
python-installer
21
python-wheel
22
xmlto
23
)
24
arch=(any)
25
source=("git+$url#tag=$pkgver")
26
b2sums=('02251042d3e7e79f50f6bb8b22178a070afb2e6c81b5e9d6f9553e2ff505b3b124c891cd227238703f550e4f321af89de069725ab73bd643fe6c5e6c9cad5948')
27
28
prepare() {
29
cd unoconv
30
rm doc/unoconv.1 # rebuild
31
}
32
33
build() {
34
cd unoconv
35
python -m build --wheel --no-isolation
36
make -C doc man
37
}
38
39
package() {
40
cd unoconv
41
python -m installer --destdir="$pkgdir" dist/*.whl
42
make -C doc install DESTDIR="$pkgdir"
43
}
44
45
# vim:set sw=2 sts=-1 et:
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 11:19:45 | Low | 1 |