typescript-bin
LOW
maintainer 5unekku
0 votes
scanned 2026-09-22 03:36:46.988110
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: 5unekku <swagalicious@awesomsauce.net>
2
_pkgname=typescript
3
pkgname=${_pkgname}-bin
4
pkgver=7.0.2
5
pkgrel=1
6
pkgdesc="TypeScript is a superset of JavaScript that compiles to clean JavaScript output."
7
arch=("armv7h" "aarch64" "loong64" "mips64el" "ppc64" "riscv64" "s390x" "x86_64")
8
url="https://www.typescriptlang.org/"
9
license=('Apache-2.0')
10
groups=()
11
depends=()
12
makedepends=()
13
checkdepends=()
14
optdepends=()
15
provides=("typescript")
16
conflicts=("typescript")
17
replaces=()
18
backup=()
19
options=()
20
install=
21
changelog=
22
source=()
23
noextract=()
24
sha256sums=()
25
validpgpkeys=("BC528686B50D79E339D3721CEB3E94ADBE1229CF")
26
27
source_armv7h=("${_pkgname}-linux-arm.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-arm.tgz")
28
sha256sums_armv7h=("33a15a7badb207a38957373c410b970319baac8960109232ab64502497caea06")
29
30
source_aarch64=("${_pkgname}-linux-arm64.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-arm64.tgz")
31
sha256sums_aarch64=("c83d931ac9dd7549cde6e71246aa9d6a9812843023df3e277fe3b5dcf41dd0ea")
32
33
source_loong64=("${_pkgname}-linux-loong64.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-loong64.tgz")
34
sha256sums_loong64=("4d0a2d19f0563df4d12b1e4197a5aefc9827b2977aa48282e7647926085d3c1f")
35
36
source_mips64el=("${_pkgname}-linux-mips64el.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-mips64el.tgz")
37
sha256sums_mips64el=("6743a786c65e33b5b17d34bd9f2a66446dce95dc028cf21b6e6a975e7f576352")
38
39
source_ppc64=("${_pkgname}-linux-ppc64.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-ppc64.tgz")
40
sha256sums_ppc64=("8c30ad95ff40cff8bba2ab294abde3bfee6fa12b2b649f80ec90ef3188842db1")
41
42
source_riscv64=("${_pkgname}-linux-riscv64.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-riscv64.tgz")
43
sha256sums_riscv64=("b5afba89cef6c1c9e6142893018fdbd04183abe1e281a710fe31bb9578d2dc72")
44
45
source_s390x=("${_pkgname}-linux-s390x.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-s390x.tgz")
46
sha256sums_s390x=("badc50ce68cd84c462fcbddfe0c8a7acf9b16a334397cc73e889f6e783f1903d")
47
48
source_x86_64=("${_pkgname}-linux-x64.tgz::https://github.com/microsoft/TypeScript/releases/download/v7.0.2/${_pkgname}-linux-x64.tgz")
49
sha256sums_x86_64=("7ecad6f67377e831856367ab062ef394f21506a611405bf8ac0ff039348637d3")
50
51
prepare() {
52
cd "${srcdir}/package"
53
gpg --verify lib/tsc.sig lib/tsc
54
}
55
56
package() {
57
cd "${srcdir}/package"
58
install -Dm755 lib/tsc "${pkgdir}/usr/lib/${_pkgname}/tsc"
59
install -m644 lib/*.d.ts -t "${pkgdir}/usr/lib/${_pkgname}/"
60
61
install -d "${pkgdir}/usr/bin"
62
ln -s "/usr/lib/${_pkgname}/tsc" "${pkgdir}/usr/bin/tsc"
63
64
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
65
}
66
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 03:36:46 | Low | 1 |