Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A271A781175 for <~alpine/aports@lists.alpinelinux.org>; Fri, 18 Feb 2022 12:44:26 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sm2n.ca; s=key1; t=1645188266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=woSCzmM7PuoRikYuWxYXmFBsBWzFvJaNew3zOjcLHcs=; b=kWKV+MpZBIYFfT+1+yUE8GgkR2FUxFVmaZ2q3K2+KNzotLpJv0NYU+xfB8XjkCIdsR4Dpr 3ICU5Xu3zGO4Hcwxy6Ei9ZgCe7dGwPE3NbDEfeC2AlyLfrRlMji/r6cmH//pG8MGl3eNFo +jAjAmfuFM6WoiJFHxvdoi9BuGmQDLMyoZE0WXlOXuvIgw+jRWoyp+5S5VmdHOafdZKgDr VltClzP9/W3ThJSemkqkbapX0tesSS1YtIHbgttyabpbbp5e/KpXZJcbq6wApn5GZnNpea uUTvlzUy8ZnlCzBLAK7wQgzdEoOOPXJXpTmgQxQZFF7ujZwSYtp7/GjWZjxYOQ== From: S.M Mukarram Nainar To: Jakub Panek Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/rust-analyzer: new aport In-Reply-To: <164518796720.985.8093254361568311569.gitlab.31077.dfc5319443230b19df6e04b88a717295e5dadda0@listserv.local> References: <164518796720.985.8093254361568311569.gitlab.31077.dfc5319443230b19df6e04b88a717295e5dadda0@listserv.local> Date: Fri, 18 Feb 2022 07:44:25 -0500 Message-ID: <87ley81h06.fsf@bentou.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sm2n.ca > On Fri, 18 Feb 2022 07:25:07 -0500, S.M Mukarram Nainar wrote: >> + >> +package() { >> + install -Dm755 "$pkgdir"/usr/bin target/release/rust-analyzer > > Cargo manifests can have multiple binaries and `cargo install` should ins= tall all of them with a single command I actually had it using `cargo install` originally, but I switched it because I thought this was clearer. I'll have to test the `--bin` flag for building only the binary instead of the whole workspace =E2=80=94 I did= n't know it existed.