mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-admin/bitwarden-cli: line break, fix metadata.xml
I always forget about running pkgcheck prior to pushing Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
This commit is contained in:
@@ -51,7 +51,8 @@ src_prepare() {
|
||||
|
||||
src_compile() {
|
||||
pushd apps/cli
|
||||
PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run dist:lin || die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
|
||||
PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run dist:lin \
|
||||
|| die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
|
||||
./dist/linux/bw completion --shell zsh > bw.zsh
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,5 @@
|
||||
<remote-id type="github">bitwarden/clients</remote-id>
|
||||
<bugs-to>https://github.com/bitwarden/clients/issues</bugs-to>
|
||||
<doc>https://github.com/bitwarden/clients/tree/main/apps/cli</doc>
|
||||
<doc>https://contributing.bitwarden.com/getting-started/clients/cli/</doc>
|
||||
<doc>https://bitwarden.com/help/cli/</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user