summaryrefslogtreecommitdiff
path: root/rust-bin/Pkgfile
blob: 7b99d856c1126372aa7e7101f1277a7e1f208a9a (plain)
    1 # Description: The Rust language with Cargo included (binary edition).
    2 # URL: https://www.rust-lang.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: compiler-rt
    5 # Optional: sccache
    6 
    7 name=rust-bin
    8 version=1.53.0
    9 release=1
   10 source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.6-bin.tar.xz)
   11 
   12 build() {
   13 	cp -a $SRC/usr $SRC/etc $PKG/
   14 	mv $PKG/etc/revdep.d/rust $PKG/etc/revdep.d/rust-bin
   15 }

Generated by cgit