[arch-commits] Commit in duperemove/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 21:21:42 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:21:41
  Author: felixonmars
Revision: 660363

archrelease: copy trunk to community-staging-x86_64

Added:
  duperemove/repos/community-staging-x86_64/
  duperemove/repos/community-staging-x86_64/PKGBUILD
    (from rev 660362, duperemove/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: duperemove/repos/community-staging-x86_64/PKGBUILD (from rev 660362, duperemove/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:21:41 UTC (rev 660363)
@@ -0,0 +1,24 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
+
+pkgname=duperemove
+pkgver=0.11.1
+pkgrel=3
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list