[arch-commits] Commit in bees/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sun Jul 31 19:07:51 UTC 2022
Date: Sunday, July 31, 2022 @ 19:07:50
Author: svenstaro
Revision: 1259487
archrelease: copy trunk to community-x86_64
Added:
bees/repos/community-x86_64/PKGBUILD
(from rev 1259486, bees/trunk/PKGBUILD)
Deleted:
bees/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-31 19:07:25 UTC (rev 1259486)
+++ PKGBUILD 2022-07-31 19:07:50 UTC (rev 1259487)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Gavin Yancey <gyancey at hmc.edu>
-# Contributor: Timofey Titovets <nefelim4ag at gmail.com>
-
-pkgname=bees
-pkgver=0.7
-pkgrel=1
-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=('markdown' '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 1259486, bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-31 19:07:50 UTC (rev 1259487)
@@ -0,0 +1,28 @@
+# 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"
+}
More information about the arch-commits
mailing list