tgrep

LOW
maintainer yangtsesu 0 votes scanned 2026-09-07 09:14:05.297877
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: Yangtse Su <yangtsesu@gmail.com>
2
3pkgname=tgrep
4pkgver=1.0.4
5pkgrel=1
6pkgdesc='Trigram-indexed grep: fast regex search for large codebases with a client/server architecture'
7arch=('x86_64' 'aarch64')
8url='https://github.com/microsoft/tgrep'
9license=('MIT')
10depends=('glibc' 'libgcc')
11makedepends=('rust')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/tgrep/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('c199dc73bd98d85a0ece8834e0353d528cada6dca315cac7af572a15e93a4e1f')
14
15build() {
16 cd "$pkgname-$pkgver"
17 cargo build --release --locked --workspace
18}
19
20check() {
21 cd "$pkgname-$pkgver"
22 cargo test --release --locked --workspace
23}
24
25package() {
26 cd "$pkgname-$pkgver"
27 install -Dm755 target/release/tgrep "$pkgdir/usr/bin/tgrep"
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 09:14:05 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