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

Robin Broda coderobe at archlinux.org
Sun Oct 13 23:33:59 UTC 2019


    Date: Sunday, October 13, 2019 @ 23:33:58
  Author: coderobe
Revision: 515353

archrelease: copy trunk to community-x86_64

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

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

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 515352, duperemove/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-10-13 23:33:58 UTC (rev 515353)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
+
+pkgname=duperemove
+pkgver=0.11.1
+pkgrel=2
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list