extraterm-git

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from the project's own Git repository, which is normal for AUR packages; the flagged 'recently orphaned & re-adopted' pattern does not indicate inherent danger as the source is transparent and reproducible.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): Package builds from the project's own Git repository, which is normal for AUR packages; the flagged 'recently orphaned & re-adopted' pattern does not indicate inherent danger as the source is transparent and reproducible.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1 # Maintainer: solaraquarion <shlomochoina@gmial.com>
2pkgname=extraterm-git
3_pkgname=extraterm
4_pkgver=0.58.0
5pkgver=0.57.1.r38.g4b18018e
6pkgrel=1
7conflicts=('extraterm-bin')
8pkgdesc="The swiss army chainsaw of terminal emulators."
9arch=("i686" "x86_64")
10url="https://github.com/sedwards2009/extraterm"
11license=("MIT")
12#depends=("nodejs")
13makedepends=('openssh' 'python2' 'git' 'npm' 'yarn' 'nodejs' 'typescript')
14source=(git+"$url"
15 "extraterm.desktop")
16sha512sums=('SKIP'
17 '070211fce7eb59eeac0bd3a130062934b83119c6704b433ab75abbd2d6f9306e870c02db8079e738952a421e1728b8b313dce96feca43cd497d92df277349644')
18
19pkgver() {
20 cd "$_pkgname"
21 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22}
23build() {
24 cd "$srcdir/$_pkgname"
25 yarn install
26 yarn run package-linux-zip-only
27}
28package() {
29 cd "$srcdir/$_pkgname"
30
31 install -d "$pkgdir"/usr/lib
32 install -d "$pkgdir/usr/lib/$_pkgname"
33
34 install -d "$pkgdir"/usr/bin
35 cp -r "$srcdir/$_pkgname"/build_tmp/extraterm-"$_pkgver"-linux-x64/* "$pkgdir/usr/lib/$_pkgname"
36
37 install -Dm755 /dev/stdin "$pkgdir"/usr/bin/"$_pkgname" <<END
38 #!/usr/bin/bash
39 /usr/lib/extraterm/extraterm
40END
41
42 local _icon_dir="usr/share/icons/hicolor"
43 install -Dm644 "$pkgdir/usr/lib/$_pkgname"/resources/app/extraterm/resources/logo/extraterm_main_logo.svg "$pkgdir/$_icon_dir/scalable/apps/$_pkgname".svg
44
45 install -Dm644 "$pkgdir/usr/lib/$_pkgname"/resources/app/extraterm/resources/logo/extraterm_small_logo_256x256.png "$pkgdir/$_icon_dir/256x256/apps/$_pkgname".png
46
47 install -Dm644 "$srcdir"/extraterm.desktop "$pkgdir"/usr/share/applications/extraterm.desktop
48
49 install -Dm755 "$pkgdir"/usr/lib/"$_pkgname"/LICENSE.txt "$pkgdir"/usr/share/licenses/"$_pkgname"/copyright
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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