thinkrail-bin

LOW
maintainer czyt 0 votes scanned 2026-08-27 07:31:53.352298
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: czyt <czytcn@gmail.com>
2pkgname=thinkrail-bin
3pkgver=0.0.18
4pkgrel=1
5pkgdesc='Vibe code with pi in a lightweight, real IDE - The Vibe You Need'
6arch=('x86_64' 'aarch64')
7url='https://thinkrail.ai'
8license=('Apache-2.0')
9depends=(
10 'glibc'
11 'git'
12 'xdg-utils'
13)
14options=('!debug' '!strip')
15provides=('thinkrail')
16conflicts=('thinkrail')
17source_x86_64=("${pkgname}-${pkgver}-x86_64::https://github.com/JetBrains/thinkrail/releases/download/v${pkgver}/thinkrail-linux-x64")
18source_aarch64=("${pkgname}-${pkgver}-aarch64::https://github.com/JetBrains/thinkrail/releases/download/v${pkgver}/thinkrail-linux-arm64")
19sha256sums_x86_64=('818c9b31dcb40ab00969348caf1334b0f7b319ed4a935a180812152a8e15c775')
20sha256sums_aarch64=('985927a770f0fba3aba7dcc00b4a75acee07c48af21cfb1d45b894885e30da25')
21
22package() {
23 local source_file
24 case "${CARCH}" in
25 x86_64) source_file="${pkgname}-${pkgver}-x86_64" ;;
26 aarch64) source_file="${pkgname}-${pkgver}-aarch64" ;;
27 esac
28
29 install -Dm755 "${srcdir}/${source_file}" "${pkgdir}/usr/bin/thinkrail"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 07:31:53 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