lgtm-bin
LOW
maintainer kunkka19xx
0 votes
scanned 2026-09-04 17:58:35.171331
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.
6
pkgname=lgtm-bin
7
_pkgname=lgtm
8
pkgver=0.1.0
9
pkgrel=1
10
pkgdesc="Read what your coding agent just wrote, and point at the lines when you reply"
11
arch=('x86_64' 'aarch64')
12
url="https://github.com/kunkka19xx/lgtm"
13
license=('Apache-2.0')
14
provides=('lgtm')
15
conflicts=('lgtm' 'lgtm-git')
16
depends=('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.
19
optdepends=('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.
26
source=("$pkgname-$pkgver-LICENSE::https://raw.githubusercontent.com/kunkka19xx/$_pkgname/v$pkgver/LICENSE")
27
sha256sums=('4ad78f314cb0ba16242173bcdc62c17d81644345ea41d90d1b0a68ab3dd9f841')
28
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/lgtm-x86_64-linux.tar.gz")
29
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/lgtm-aarch64-linux.tar.gz")
30
sha256sums_x86_64=('eb79d2c8e20650cc04ea05749250c160eb409c78643dad391f2f50b90a3f77f7')
31
sha256sums_aarch64=('0654e6da944daf7e11545af4995651acfa2511bcee51450c1cc11254d3a8018d')
32
33
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-04 17:58:35 | Low | 1 |