16 lines
488 B
Bash
16 lines
488 B
Bash
# Template file for 'racer'
|
|
pkgname=racer
|
|
version=2.0.14
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Utility intended to provide Rust code completion for editors and IDEs"
|
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/racer-rust/racer"
|
|
distfiles="https://github.com/racer-rust/racer/archive/${version}.tar.gz"
|
|
checksum=0442721c01ae4465843cb73b24f6caa0127c3308d72b944ad75736164756e522
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT LICENSE
|
|
}
|