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