mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
a6a3d10d0d
f3 is a simple tool that tests flash cards capacity and performance to see if they live up to claimed specifications. It fills the device with pseudorandom data and then checks if it returns the same on reading. F3 stands for Fight Flash Fraud, or Fight Fake Flash.
20 lines
263 B
Makefile
20 lines
263 B
Makefile
COMMENT= test flash cards capacity and performance
|
|
|
|
GH_ACCOUNT= AltraMayor
|
|
GH_PROJECT= f3
|
|
GH_TAGNAME= v8.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
USE_GMAKE= Yes
|
|
NO_TEST= Yes
|
|
|
|
BUILD_DEPENDS= devel/argp-standalone
|
|
|
|
.include <bsd.port.mk>
|