[arch-commits] Commit in bitwarden-cli/repos/community-any (PKGBUILD PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Wed Jul 13 11:32:25 UTC 2022


    Date: Wednesday, July 13, 2022 @ 11:32:25
  Author: alex19ep
Revision: 1252533

archrelease: copy trunk to community-any

Added:
  bitwarden-cli/repos/community-any/PKGBUILD
    (from rev 1252532, bitwarden-cli/trunk/PKGBUILD)
Deleted:
  bitwarden-cli/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-13 11:32:08 UTC (rev 1252532)
+++ PKGBUILD	2022-07-13 11:32:25 UTC (rev 1252533)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.com>
-# Contributor: libertylocked <libertylocked at disroot.org>
-
-pkgname=bitwarden-cli
-pkgver=2022.6.2 
-pkgrel=1
-pkgdesc="The command line vault"
-arch=('any')
-url="https://github.com/bitwarden/cli"
-license=('GPL3')
-depends=('nodejs')
-makedepends=('git' 'npm' 'modclean')
-options=(!emptydirs)
-source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
-        bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
-sha512sums=('SKIP'
-            'SKIP')
-
-prepare() {
-	cd bitwarden
-	# Link jslib
-	git submodule init
-	git config submodule.jslib.url "$srcdir/bitwarden-jslib"
-	git submodule update
-
-	export npm_config_build_from_source=true
-	export npm_config_cache="$srcdir/npm_cache"
-
-	npm ci
-}
-
-build() {
-	cd bitwarden/apps/cli
-	export npm_config_cache="$srcdir/npm_cache"
-	npm run build
-	npm run clean
-	node ./build/bw.js completion --shell zsh > _bw
-}
-
-package() {
-	cd bitwarden/apps/cli
-	npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail -1)
-
-	# Non-deterministic race in npm gives 777 permissions to random directories.
-	# See https://github.com/npm/npm/issues/9359 for details.
-	chmod -R u=rwX,go=rX "$pkgdir"
-	# npm gives ownership of ALL FILES to build user
-	# https://bugs.archlinux.org/task/63396
-	chown -R root:root "${pkgdir}"
-
-	# package zsh completions
-	install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
-
-	# cleanup
-	sed -e "s|${srcdir}|/|" -i "$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
-	find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e "s|${srcdir}||" -i {} \;
-	modclean --path "$pkgdir"/usr/lib -r -a "*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
-}

Copied: bitwarden-cli/repos/community-any/PKGBUILD (from rev 1252532, bitwarden-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-13 11:32:25 UTC (rev 1252533)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.com>
+# Contributor: libertylocked <libertylocked at disroot.org>
+
+pkgname=bitwarden-cli
+pkgver=2022.6.2 
+pkgrel=1
+pkgdesc="The command line vault"
+arch=('any')
+url="https://github.com/bitwarden/cli"
+license=('GPL3')
+depends=('nodejs')
+makedepends=('git' 'npm' 'modclean')
+options=(!emptydirs)
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
+        bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
+sha512sums=('SKIP'
+            'SKIP')
+
+prepare() {
+	cd bitwarden
+	# Link jslib
+	git submodule init
+	git config submodule.jslib.url "$srcdir/bitwarden-jslib"
+	git submodule update
+
+	export npm_config_build_from_source=true
+	export npm_config_cache="$srcdir/npm_cache"
+
+	npm ci
+}
+
+build() {
+	cd bitwarden/apps/cli
+	export npm_config_cache="$srcdir/npm_cache"
+	npm run build
+	npm run clean
+	node ./build/bw.js completion --shell zsh > _bw
+}
+
+package() {
+	cd bitwarden/apps/cli
+	npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail -1)
+
+	# Non-deterministic race in npm gives 777 permissions to random directories.
+	# See https://github.com/npm/npm/issues/9359 for details.
+	chmod -R u=rwX,go=rX "$pkgdir"
+	# npm gives ownership of ALL FILES to build user
+	# https://bugs.archlinux.org/task/63396
+	chown -R root:root "${pkgdir}"
+
+	# package zsh completions
+	install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
+
+	# cleanup
+	sed -e "s|${srcdir}|/|" -i "$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
+	find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e "s|${srcdir}||" -i {} \;
+	modclean --path "$pkgdir"/usr/lib -r -a "*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
+}



More information about the arch-commits mailing list