Date: Wednesday, January 24, 2018 @ 17:13:54 Author: jelle Revision: 286553
initial commit Add disorderfs a FUSE filesystem that introduces non-deterinism for reproducible builds. Added: disorderfs/ disorderfs/repos/ disorderfs/trunk/ disorderfs/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Added: disorderfs/trunk/PKGBUILD =================================================================== --- disorderfs/trunk/PKGBUILD (rev 0) +++ disorderfs/trunk/PKGBUILD 2018-01-24 17:13:54 UTC (rev 286553) @@ -0,0 +1,26 @@ +# Maintainer: Jelle van der Waa <[email protected]> +# Contributor: Mike Swanson <[email protected]> + +pkgname=disorderfs +pkgver=0.5.2 +pkgrel=2 +pkgdesc="FUSE filesystem that introduces nondeterminism" +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 +} Property changes on: disorderfs/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
