Package Details: typeracer 2.1.4-1

Git Clone URL: https://aur.archlinux.org/typeracer.git (read-only, click to copy)
Package Base: typeracer
Description: Terminal typing speed tester
Upstream URL: https://gitlab.com/ttyperacer/terminal-typeracer
Keywords: terminal typing
Licenses: GPL
Submitter: KingofToasters
Maintainer: orhun
Last Packager: orhun
Votes: 2
Popularity: 0.000000
First Submitted: 2020-01-24 09:58 (UTC)
Last Updated: 2023-11-27 10:39 (UTC)

Required by (0)

Sources (1)

Latest Comments

orhun commented on 2020-10-20 16:21 (UTC)

Consider updating the package function as follows for installing README.md:

package() {
  cd "$_pkgname-v$pkgver"
  install -Dm755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
  install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
}