racer: remove package

racer 2.0.x failed to be compiled
racer 2.1+ requires Rust Nightly
This commit is contained in:
Đoàn Trần Công Danh 2022-12-06 09:11:11 +07:00 committed by Đoàn Trần Công Danh
parent 9c7b8f50ba
commit 82b823bb8f
2 changed files with 0 additions and 21 deletions

View file

@ -1,20 +0,0 @@
# 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="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/racer-rust/racer"
distfiles="https://github.com/racer-rust/racer/archive/${version}.tar.gz"
checksum=0442721c01ae4465843cb73b24f6caa0127c3308d72b944ad75736164756e522
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}
post_install() {
vlicense LICENSE-MIT LICENSE
}

View file

@ -1 +0,0 @@
ignore="2.07"