This code used to generate PKGBUILDs for a Rust Nightly package in the AUR, but I've passed maintenance over to someone else and they're no longer using this code. Original README below:
PKGBUILD generator for Arch Linux that makes installing the nightly Rust & Cargo builds easy.
This code is run every 24 hours (at 02:30 UTC) and updates the following AUR package:
https://aur.archlinux.org/packages/rust-nightly-bin/
The AUR package includes the following resources:
- The Rust compiler,
rustc
. - Cargo, the Rust package manager.
- Offline HTML documentation, available at
/usr/local/share/doc/rust/html/index.html
- A
.rs
MIME type for Rust source code.
- Emacs
- Vim: Vundle/Pathogen or AUR
- Gedit
- Kate
If you'd like to make changes, send me a pull request.