15 lines
421 B
Bash
15 lines
421 B
Bash
# Template file for 'f3'
|
|
pkgname=f3
|
|
version=6.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Test real flash memory capacity"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/AltraMayor/f3"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d72addb15809bc6229a08ac57e2b87b34eac80346384560ba1f16dae03fbebd5
|
|
|
|
do_install() {
|
|
make PREFIX="${DESTDIR}/usr" install
|
|
}
|