24 lines
882 B
Bash
24 lines
882 B
Bash
# Template file for 'disorderfs'
|
|
pkgname=disorderfs
|
|
version=0.5.11
|
|
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=e13935220dccb13e6e3dbaf1c2f7b22015e3ac90083e00b35573b756050d9481
|
|
|
|
CXXFLAGS="-std=c++11 -Wno-unused-parameter -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=26"
|
|
|
|
do_check() {
|
|
# Requires permission to perform fuse mounts
|
|
:
|
|
}
|