Date: Saturday, March 4, 2023 @ 14:26:24
  Author: mtorromeo
Revision: 1412168

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-04 14:26:18 UTC (rev 1412167)
+++ PKGBUILD    2023-03-04 14:26:24 UTC (rev 1412168)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
-# Contributor: Moritz Lipp <[email protected]>
-
-pkgname=bear
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='A tool to generate compilation database for clang tooling'
-arch=('x86_64')
-url='https://github.com/rizsotto/Bear'
-license=('GPL3')
-depends=(
-  'grpc'
-  'libgrpc++.so'
-  'fmt'
-  'spdlog'
-  'nlohmann-json'
-  'abseil-cpp'
-  'protobuf'
-  'openssl'
-  'c-ares'
-  're2'
-)
-makedepends=(
-  'git'
-  'cmake'
-  'gtest'
-  'python'
-  'llvm'
-)
-_commit='b596310073477e1a6acc2e055f2cae869f89f0a0'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-# XXX if this is moved to build, tests fail.
-# there must be some environment variables that
-# are discarded inbetween functions.
-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 1412167, 
bear/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-04 14:26:24 UTC (rev 1412168)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
+# Contributor: Moritz Lipp <[email protected]>
+
+pkgname=bear
+pkgver=3.1.0
+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'
+  'libgrpc++.so'
+  'fmt'
+  'spdlog'
+  'nlohmann-json'
+  'abseil-cpp'
+  'protobuf'
+  'openssl'
+  'c-ares'
+  're2'
+)
+makedepends=(
+  'git'
+  'cmake'
+  'gtest'
+  'python'
+  'llvm'
+)
+_commit='b596310073477e1a6acc2e055f2cae869f89f0a0'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+# XXX if this is moved to build, tests fail.
+# there must be some environment variables that
+# are discarded inbetween functions.
+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
+}

Reply via email to