# Maintainer: Paragoumba # Contributor: Caltlgin Stsodaat # Contributor: Kaio Augusto # Contributor: Kyle # Contributor: mib1982 # Contributor: z3ntu pkgname='f3' pkgver=8.0 pkgrel=2 pkgdesc='Simple tool that tests flash cards capacity and performance to see if they live up to claimed specifications' arch=('x86_64' 'armv7h' 'aarch64') url='https://github.com/AltraMayor/f3' license=('GPL3') depends=('parted') makedepends=('systemd') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('fb5e0f3b0e0b0bff2089a4ea6af53278804dfe0b87992499131445732e311ab4') build() { make -C "${pkgname}-${pkgver}" {,extra} } package() { make DESTDIR="${pkgdir}" PREFIX='/usr' -C "${pkgname}-${pkgver}" install{,-extra} install -Dvm644 "${pkgname}-${pkgver}/README.rst" -t "${pkgdir}/usr/share/doc/${pkgname}" } # vim: ts=2 sw=2 et: