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

Jelle van der Waa jelle at archlinux.org
Wed Jan 24 17:17:34 UTC 2018


    Date: Wednesday, January 24, 2018 @ 17:17:33
  Author: jelle
Revision: 286555

archrelease: copy trunk to community-x86_64

Added:
  disorderfs/repos/community-x86_64/
  disorderfs/repos/community-x86_64/PKGBUILD
    (from rev 286554, disorderfs/trunk/PKGBUILD)

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

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 286554, disorderfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-01-24 17:17:33 UTC (rev 286555)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=disorderfs
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="FUSE filesystem that introduces non-determinism"
+arch=('x86_64')
+url="https://reproducible-builds.org/"
+license=('GPL3')
+depends=('fuse')
+makedepends=('asciidoc' 'git')
+source=("git+https://anonscm.debian.org/git/reproducible/disorderfs.git#commit=67434205f890f249476bc621a5900b8798d5cedc")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}



More information about the arch-commits mailing list