### this file is sourced not run
PKGVER=8.0.2023.06
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=f3-$PKGVER.tar.gz
MD5SUM=25fd555e6a5950797f9bb3a123393437
SRC_URL=https://github.com/AltraMayor/f3/archive/964ae86917e94ff34c6c52286493ab01934859f9.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="f3: f3 $PKGVER (Fight Flash Fraud)
f3: 
f3: f3 is a simple tool that tests flash cards capacity and performance 
f3: to see if they live up to claimed specifications. F3 stands for Fight 
f3: Flash Fraud, or Fight Fake Flash.
f3: 
f3: https://github.com/AltraMayor/f3
f3: 
f3: 
f3: 
f3:  
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/f3* &&
	make && make install PREFIX=/usr &&
	install -m755 f3write.h2w log-f3wr /usr/bin &&
	pkg_build_slackdesc
}
