lgtm-bin

LOW
maintainer kunkka19xx 0 votes scanned 2026-09-04 17:58:35.171331
View on AUR
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: kunkka19xx <nobita079x@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3#
4# The release tarball, so a user needs no Zig toolchain. `lgtm-git` next door
5# builds main instead, which is the package that catches breakage early.
6pkgname=lgtm-bin
7_pkgname=lgtm
8pkgver=0.1.0
9pkgrel=1
10pkgdesc="Read what your coding agent just wrote, and point at the lines when you reply"
11arch=('x86_64' 'aarch64')
12url="https://github.com/kunkka19xx/lgtm"
13license=('Apache-2.0')
14provides=('lgtm')
15conflicts=('lgtm' 'lgtm-git')
16depends=('git')
17# tmux is how lgtm reaches an agent's input box on most setups, but it is one
18# of five backends and the clipboard works without any of them.
19optdepends=('tmux: send references to an agent pane')
20
21# Flat tarballs, one binary, no leading directory - so no `cd` in package().
22# The tarball is `tar -C zig-out/bin lgtm` and holds nothing else, so the
23# licence is fetched from the tag rather than dug out of it. Its checksum is
24# real and pinned: the text does not change between releases, so
25# `update-pkgver.sh` has no reason to touch this line.
26source=("$pkgname-$pkgver-LICENSE::https://raw.githubusercontent.com/kunkka19xx/$_pkgname/v$pkgver/LICENSE")
27sha256sums=('4ad78f314cb0ba16242173bcdc62c17d81644345ea41d90d1b0a68ab3dd9f841')
28source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/lgtm-x86_64-linux.tar.gz")
29source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/lgtm-aarch64-linux.tar.gz")
30sha256sums_x86_64=('eb79d2c8e20650cc04ea05749250c160eb409c78643dad391f2f50b90a3f77f7')
31sha256sums_aarch64=('0654e6da944daf7e11545af4995651acfa2511bcee51450c1cc11254d3a8018d')
32
33package() {
34 install -Dm755 "$srcdir/lgtm" "$pkgdir/usr/bin/lgtm"
35 install -Dm644 "$srcdir/$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 17:58:35 Low 1

Report a package

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

0 / 4000
Your suggestion