# Template file for 'racer' pkgname=racer version=2.0.3 revision=1 hostmakedepends="rust cargo" short_desc="Utility intended to provide Rust code completion for editors and IDEs" maintainer="Michael Gehring " license="MIT" homepage="https://github.com/phildawes/racer" distfiles="https://github.com/phildawes/racer/archive/${version}.tar.gz" checksum=0396ce9e8535ecb821d556e40758ce5dc2ba37fcfa6f96d6caa7d1a9a88acba8 nocross=yes do_build() { cargo build --release } do_install() { vbin target/release/racer vlicense LICENSE-MIT LICENSE }