Package Details: ttyper 1.4.1-1

Git Clone URL: https://aur.archlinux.org/ttyper.git (read-only, click to copy)
Package Base: ttyper
Description: Terminal-based typing test.
Upstream URL: https://github.com/max-niederman/ttyper
Licenses: MIT
Provides: ttyper
Submitter: niederman
Maintainer: Gobidev
Last Packager: Gobidev
Votes: 2
Popularity: 0.23
First Submitted: 2021-04-04 00:04 (UTC)
Last Updated: 2024-02-08 11:16 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

sum01 commented on 2021-12-09 00:37 (UTC)

Any chance of updating this? If needed, I reworked the PKGBUILD a tiny bit.

pkgname=ttyper
pkgver=0.3.1
pkgrel=1
pkgdesc='Terminal-based typing test.'
url='https://github.com/max-niederman/ttyper'
license=('MIT')
arch=('any')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
sha512sums=('e7074db53a43922e4156c4813fe6d1403db862054a13986ff63c7306348c7d560690f80698c449d336e8feac9eb2431710dda05d190657abe3499c4e0a485e85')
package() {
    cd "$pkgname-$pkgver"
    export RUSTUP_TOOLCHAIN=stable
    cargo install --no-track --all-features --root "$pkgdir/usr/" --path .
}