Please add
makedepends=('git')
Search Criteria
Package Details: flashbench-git r62.2e30b19-1
Git Clone URL: | https://aur.archlinux.org/flashbench-git.git (read-only) |
---|---|
Package Base: | flashbench-git |
Description: | Tool for benchmarking and classifying flash memory drives |
Upstream URL: | https://lwn.net/SubscriberLink/428584/354d16fe00c90072/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | intgr |
Maintainer: | lestb |
Last Packager: | lestb |
Votes: | 25 |
Popularity: | 0.019898 |
First Submitted: | 2011-02-19 17:44 |
Last Updated: | 2015-09-13 02:00 |
Dependencies (0)
Required by (0)
Sources (1)
Latest Comments
probackup-nl commented on 2016-12-20 21:42
sekret commented on 2016-03-07 17:19
Sunday commented on 2015-08-28 16:10
The git url is no longer valid, but if changed to git+https://github.com/bradfa/flashbench.git the PKGBUILD works with no further changes.
intgr commented on 2014-07-28 07:20
Disowned, have your fun with it :)
lestb commented on 2014-07-28 05:24
Updated PKGBUILD:
https://gist.github.com/bebbe627637e51e29e61
lestb commented on 2014-07-28 05:23
Updated PKGBUILD:
https://gist.github.com/bebbe627637e51e29e61.git
lestb commented on 2014-07-28 05:22
Updated PKGBUILD:
https://gist.github.com/bebbe627637e51e29e61.git
lestb commented on 2014-07-28 05:20
Updated PKGBUILD:
# Maintainer: Marti Raudsepp <marti@juffo.org>
pkgname=flashbench-git
pkgver=r62.2e30b19
pkgrel=1
pkgdesc="Tool for benchmarking and classifying flash memory drives"
arch=(i686 x86_64)
license=('GPL2')
url="https://lwn.net/SubscriberLink/428584/354d16fe00c90072/"
replaces=('flashbench')
provides=('flashbench')
conflicts=('flashbench')
source=('git+http://git.linaro.org/git-ro/people/arnd.bergmann/flashbench.git')
md5sums=('SKIP')
pkgver() {
cd "${srcdir}/flashbench"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "${srcdir}/flashbench"
make
}
package() {
cd "${srcdir}/flashbench"
mkdir -p "${pkgdir}/usr/bin"
install -m755 flashbench erase "${pkgdir}/usr/bin/"
}
lestb commented on 2014-07-28 05:06
Please update the package to use new pacman capabilities and change the git source to git://git.linaro.org/people/arnd.bergmann/flashbench.git . Thanks!
rpodgorny commented on 2012-12-14 13:43
please add git as build-time dependency, thank you...
While Arch Linux chooses to support a pletora of filesystems and file system utilities in the "base" group, I do wonder why no flashbench or similar utility can be found on the 2016.12.01 CD/downloadable release. Without "erasure group size" information it is impossible to align partitions correctly when installing Arch on any kind of flash medium (USB stick, Compact Flash Card, SSD).