21 lines
772 B
Bash
21 lines
772 B
Bash
# Template file for 'disorderfs'
|
|
pkgname=disorderfs
|
|
version=0.5.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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=686136642094adc2b5fe6749dfad02f54ff03d5b53d91c42050b97e7b3e222a1
|
|
make_check_target="test"
|
|
|
|
do_check() {
|
|
# Requires permission to perform fuse mounts
|
|
:
|
|
}
|