vp-build/srcpkgs/disorderfs/template

22 lines
770 B
Bash

# Template file for 'disorderfs'
pkgname=disorderfs
version=0.5.5
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.eu>"
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=f4dfd25435ddfdefe25b4594bc89af236e0786c74f907ec5999ddcfca3385131
do_check() {
# Requires permission to perform fuse mounts
:
}