[arch-commits] Commit in bear/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Tue May 24 08:06:54 UTC 2022


    Date: Tuesday, May 24, 2022 @ 08:06:54
  Author: mtorromeo
Revision: 1210180

archrelease: copy trunk to community-x86_64

Added:
  bear/repos/community-x86_64/PKGBUILD
    (from rev 1210179, bear/trunk/PKGBUILD)
Deleted:
  bear/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 08:06:48 UTC (rev 1210179)
+++ PKGBUILD	2022-05-24 08:06:54 UTC (rev 1210180)
@@ -1,38 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
-# Contributor: Moritz Lipp <mlq at pwmt.org>
-
-pkgname=bear
-pkgver=3.0.19
-pkgrel=3
-pkgdesc="A tool to generate compilation database for clang tooling"
-arch=('x86_64')
-url="https://github.com/rizsotto/Bear"
-license=('GPL3')
-depends=('grpc' 'fmt' 'spdlog' 'nlohmann-json')
-makedepends=('git' 'cmake' 'gtest' 'python' 'llvm')
-_commit='213bc263eb70a7c02c72e3e0a2d0ebf98459c549'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags
-}
-
-prepare() {
-  cmake \
-    -B build \
-    -S "$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-    -DCMAKE_INSTALL_LIBEXECDIR="lib/$pkgname"
-}
-
-build() {
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bear/repos/community-x86_64/PKGBUILD (from rev 1210179, bear/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-24 08:06:54 UTC (rev 1210180)
@@ -0,0 +1,38 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
+# Contributor: Moritz Lipp <mlq at pwmt.org>
+
+pkgname=bear
+pkgver=3.0.19
+pkgrel=4
+pkgdesc="A tool to generate compilation database for clang tooling"
+arch=('x86_64')
+url="https://github.com/rizsotto/Bear"
+license=('GPL3')
+depends=('grpc' 'fmt' 'spdlog' 'nlohmann-json')
+makedepends=('git' 'cmake' 'gtest' 'python' 'llvm')
+_commit='213bc263eb70a7c02c72e3e0a2d0ebf98459c549'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags
+}
+
+prepare() {
+  cmake \
+    -B build \
+    -S "$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+    -DCMAKE_INSTALL_LIBEXECDIR="lib/$pkgname"
+}
+
+build() {
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list