[arch-commits] Commit in fmt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu May 28 10:56:56 UTC 2020


    Date: Thursday, May 28, 2020 @ 10:56:56
  Author: alucryd
Revision: 387758

archrelease: copy trunk to extra-x86_64

Added:
  fmt/repos/extra-x86_64/PKGBUILD
    (from rev 387757, fmt/trunk/PKGBUILD)
Deleted:
  fmt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 10:56:51 UTC (rev 387757)
+++ PKGBUILD	2020-05-28 10:56:56 UTC (rev 387758)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Mihai Bişog <mihai.bisog at gmail.com>
-
-pkgname=fmt
-pkgver=6.2.1
-pkgrel=1
-pkgdesc='Open-source formatting library for C++'
-arch=(x86_64)
-url=https://fmtlib.net
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(
-  cmake
-  doxygen
-  git
-  ninja
-  npm
-  python-pip
-  python-virtualenv
-)
-provides=(libfmt.so)
-source=(git+https://github.com/fmtlib/fmt.git#tag=19bd751020a1f3c3363b2eb67a039852f139a8d3)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd fmt
-
-  git describe --tags
-}
-
-prepare() {
-  npm install less less-plugin-clean-css
-  sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
-}
-
-build() {
-  cmake -S fmt -B build \
-    -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_SHARED_LIBS=1
-  cmake --build build
-  cmake --build build --target doc
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt
-}
-
-# vim: ts=2 sw=2 et:

Copied: fmt/repos/extra-x86_64/PKGBUILD (from rev 387757, fmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-28 10:56:56 UTC (rev 387758)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Mihai Bişog <mihai.bisog at gmail.com>
+
+pkgname=fmt
+pkgver=6.2.1
+pkgrel=2
+pkgdesc='Open-source formatting library for C++'
+arch=(x86_64)
+url=https://fmt.dev
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(
+  cmake
+  doxygen
+  git
+  ninja
+  npm
+  python-pip
+  python-virtualenv
+)
+provides=(libfmt.so)
+source=(git+https://github.com/fmtlib/fmt.git#tag=19bd751020a1f3c3363b2eb67a039852f139a8d3)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd fmt
+
+  git describe --tags
+}
+
+prepare() {
+  npm install less less-plugin-clean-css
+  sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
+}
+
+build() {
+  cmake -S fmt -B build \
+    -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=1
+  cmake --build build
+  cmake --build build --target doc
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list