textract-bin

maintainer mdrv · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for some projects; the source is verifiable and checksummed, and the build script only extracts and restructures files without executing remote code or introducing untrusted dependencies.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for some projects; the source is verifiable and checksummed, and the build script only extracts and restructures files without executing remote code or introducing untrusted dependencies.

PKGBUILD

1# Maintainer: Umar Alfarouk <medrivia@gmail.com>
2
3_pkgname=textract
4pkgname=$_pkgname-bin
5pkgver=1.0.0
6pkgrel=1
7pkgdesc="Standalone desktop application for easy texture extraction & deskewing from images"
8arch=('x86_64')
9url="https://github.com/simonsanchezart/textract"
10license=('MIT')
11depends=('webkit2gtk-4.1' 'gtk3' 'gdk-pixbuf2' 'cairo' 'glib2' 'dbus' 'libsoup3' 'libgcc' 'hicolor-icon-theme')
12provides=("$_pkgname=$pkgver")
13conflicts=($_pkgname)
14options=('!debug')
15source=(
16 "$_pkgname-$pkgver.deb::$url/releases/download/v$pkgver/Textract_${pkgver}_amd64.deb"
17 "LICENSE-$pkgver::https://raw.githubusercontent.com/simonsanchezart/textract/4b4aa736b8b8ae92a18700f07ca913fcfc3ef77d/LICENSE"
18)
19sha256sums=('4185b8bb905bd5c2ba9c8a805b8ea26da05d43fd3cf799322ae7d1de326a7063'
20 'a6d017f384c7e3587cb84784e8e3cb7d9557320a0cd6fbffb72488a4bd29c9c8')
21noextract=("$_pkgname-$pkgver.deb")
22
23package() {
24 cd "$srcdir"
25 bsdtar -xf "$_pkgname-$pkgver.deb"
26 bsdtar -xf data.tar.* -C "$pkgdir"
27
28 install -dm755 "$pkgdir/usr/lib/$_pkgname"
29 mv "$pkgdir/usr/bin/$_pkgname" "$pkgdir/usr/lib/$_pkgname/$_pkgname"
30
31 install -Dm755 /dev/stdin "$pkgdir/usr/bin/$_pkgname" <<'EOF'
32#!/bin/sh
33exec env WEBKIT_DISABLE_COMPOSITING_MODE=1 /usr/lib/textract/textract "$@"
34EOF
35
36 install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 03:22:23 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion