Package Details: swc-js-bin 1.11.24-1

Git Clone URL: https://aur.archlinux.org/swc-js-bin.git (read-only, click to copy)
Package Base: swc-js-bin
Description: Super-fast TypeScript / JavaScript compiler written in Rust
Upstream URL: https://swc.rs
Licenses: Apache-2.0
Provides: swc-js
Submitter: mia
Maintainer: mia
Last Packager: mia
Votes: 1
Popularity: 0.032654
First Submitted: 2024-06-14 16:34 (UTC)
Last Updated: 2025-05-01 17:38 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1ohm commented on 2024-11-22 04:56 (UTC) (edited on 2024-11-22 04:57 (UTC) by 1ohm)

Please update to 1.9.2

# Maintainer: mia <mia@mia.jetzt>

pkgname='swc-js-bin'
pkgver='1.9.2'
pkgrel='1'
pkgdesc='Super-fast TypeScript / JavaScript compiler written in Rust'
arch=('x86_64')
url='https://swc.rs'
license=('Apache-2.0')
provides=('swc-js')
source=("https://github.com/swc-project/swc/releases/download/v$pkgver/swc-linux-x64-gnu")
sha256sums=('aded55101b77073e6b999dc6c7c5ecae7e7f15ec4f649bfc36b1d2fb07c08459')

package() {
  install -Dm 755 "$srcdir/swc-linux-x64-gnu" "$pkgdir/usr/bin/swc"
}