Date: Tuesday, December 28, 2021 @ 07:42:36 Author: polyzen Revision: 1085300
archrelease: copy trunk to community-x86_64 Added: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1085299, rust-analyzer/trunk/PKGBUILD) Deleted: rust-analyzer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-12-28 07:42:17 UTC (rev 1085299) +++ PKGBUILD 2021-12-28 07:42:36 UTC (rev 1085300) @@ -1,33 +0,0 @@ -# Maintainer: Daniel M. Capella <poly...@archlinux.org> -# Contributor: Sergey A. <murlakatame...@disroot.org> - -pkgname=rust-analyzer -_pkgver=2021-12-20 -pkgver=${_pkgver//-} -pkgrel=1 -pkgdesc='Rust compiler front-end for IDEs' -arch=('x86_64') -url=https://rust-analyzer.github.io/ -license=('Apache' 'MIT') -depends=('gcc-libs' 'rust-src') -makedepends=('git') -source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver") -b2sums=('SKIP') - -prepare() { - cd $pkgname - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" -} - -build() { - cd $pkgname - RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline -} - -package() { - cd $pkgname - install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer - install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT -} - -# vim:set ts=2 sw=2 et: Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1085299, rust-analyzer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-12-28 07:42:36 UTC (rev 1085300) @@ -0,0 +1,33 @@ +# Maintainer: Daniel M. Capella <poly...@archlinux.org> +# Contributor: Sergey A. <murlakatame...@disroot.org> + +pkgname=rust-analyzer +_pkgver=2021-12-27 +pkgver=${_pkgver//-} +pkgrel=1 +pkgdesc='Rust compiler front-end for IDEs' +arch=('x86_64') +url=https://rust-analyzer.github.io/ +license=('Apache' 'MIT') +depends=('gcc-libs' 'rust-src') +makedepends=('git') +source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver") +b2sums=('SKIP') + +prepare() { + cd $pkgname + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd $pkgname + RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline +} + +package() { + cd $pkgname + install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer + install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT +} + +# vim:set ts=2 sw=2 et: