f3: update to 8.0, adopt.

This commit is contained in:
0x5c 2022-10-03 01:37:20 -04:00 committed by classabbyamp
parent 92d30141f8
commit fb7730c36b

View file

@ -1,18 +1,18 @@
# Template file for 'f3' # Template file for 'f3'
pkgname=f3 pkgname=f3
version=7.2 version=8.0
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_target="all extra" make_build_target="all extra"
make_install_target="install install-extra" make_install_target="install install-extra"
makedepends="eudev-libudev-devel libparted-devel" makedepends="eudev-libudev-devel libparted-devel"
short_desc="Test real flash memory capacity" short_desc="Test real flash memory capacity"
maintainer="bra1nwave <brainwave@openmailbox.org>" maintainer="0x5c <dev@0x5c.io>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/AltraMayor/f3" homepage="https://github.com/AltraMayor/f3"
changelog="https://raw.githubusercontent.com/AltraMayor/f3/master/changelog" changelog="https://raw.githubusercontent.com/AltraMayor/f3/master/changelog"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="https://github.com/AltraMayor/f3/archive/v${version}.tar.gz"
checksum=ba9210a0fc3a42c2595fe19bf13b8114bb089c4f274b4813c8f525a695467f64 checksum=fb5e0f3b0e0b0bff2089a4ea6af53278804dfe0b87992499131445732e311ab4
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone" *-musl) makedepends+=" argp-standalone"
@ -21,5 +21,5 @@ case "$XBPS_TARGET_MACHINE" in
esac esac
post_extract() { post_extract() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile vsed -e 's/^\(CFLAGS *+=\)/override \1/' -i Makefile
} }