void-packages/srcpkgs/disorderfs/template
2020-02-17 13:04:05 +01:00

22 lines
771 B
Bash

# Template file for 'disorderfs'
pkgname=disorderfs
version=0.5.8
revision=1
build_style=gnu-makefile
make_check_target=test
hostmakedepends="pkg-config"
makedepends="attr-devel fuse-devel"
depends="attr-devel fuse-devel"
short_desc="FUSE filesystem that introduces non-determinism filesystem metadata"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://reproducible-builds.org/tools/"
#changelog="https://salsa.debian.org/reproducible-builds/disorderfs/raw/master/NEWS"
distfiles="https://salsa.debian.org/reproducible-builds/disorderfs/-/archive/${version}/disorderfs-${version}.tar.bz2"
checksum=52820890a62ae4088c4c7252975e21af7051302a5635ee33bdc2906aa9b4e1e7
do_check() {
# Requires permission to perform fuse mounts
:
}