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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Aug 15 00:51:20 UTC 2022


    Date: Monday, August 15, 2022 @ 00:51:20
  Author: svenstaro
Revision: 1266100

archrelease: copy trunk to community-x86_64

Added:
  bees/repos/community-x86_64/PKGBUILD
    (from rev 1266099, bees/trunk/PKGBUILD)
Deleted:
  bees/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-15 00:50:36 UTC (rev 1266099)
+++ PKGBUILD	2022-08-15 00:51:20 UTC (rev 1266100)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Gavin Yancey <gyancey at hmc.edu>
-# Contributor: Timofey Titovets <nefelim4ag at gmail.com>
-
-pkgname=bees
-pkgver=0.7
-pkgrel=2
-pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
-arch=('x86_64')
-url="https://github.com/Zygo/bees"
-license=('GPL3')
-depends=('util-linux-libs' 'bash')
-makedepends=('btrfs-progs' 'systemd')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz")
-sha256sums=('2e67422b9f0d9ef665523b474fb27055efffceb263f8ccfdfda2a3aac9c6bdb1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make BEES_VERSION="${pkgver}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install DESTDIR="${pkgdir}" BEES_VERSION="${pkgver}"
-
-  mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin"
-}

Copied: bees/repos/community-x86_64/PKGBUILD (from rev 1266099, bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-15 00:51:20 UTC (rev 1266100)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Gavin Yancey <gyancey at hmc.edu>
+# Contributor: Timofey Titovets <nefelim4ag at gmail.com>
+
+pkgname=bees
+pkgver=0.7
+pkgrel=3
+pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
+arch=('x86_64')
+url="https://github.com/Zygo/bees"
+license=('GPL3')
+depends=('util-linux-libs' 'bash')
+makedepends=('btrfs-progs' 'systemd')
+options=('debug')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz")
+sha256sums=('2e67422b9f0d9ef665523b474fb27055efffceb263f8ccfdfda2a3aac9c6bdb1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make BEES_VERSION="${pkgver}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install DESTDIR="${pkgdir}" BEES_VERSION="${pkgver}"
+
+  mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin"
+}



More information about the arch-commits mailing list