Package Details: horizontallyspinningrat 2.0.1-1

Git Clone URL: https://aur.archlinux.org/horizontallyspinningrat.git (read-only, click to copy)
Package Base: horizontallyspinningrat
Description: The horizontally spinning rat - now on your desktop!
Upstream URL: https://github.com/mcharlsto/rat
Keywords: rat
Licenses: GPL3
Submitter: mcharlsto
Maintainer: mcharlsto
Last Packager: mcharlsto
Votes: 2
Popularity: 0.000191
First Submitted: 2023-01-12 18:58 (UTC)
Last Updated: 2023-12-28 13:44 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

mcharlsto commented on 2023-12-28 13:44 (UTC)

Fixed

Delphinios commented on 2023-12-28 12:57 (UTC)

The build uses xxd. This should be added as a dependency

dxd commented on 2023-02-23 18:42 (UTC)

Best package on the AUR

mcharlsto commented on 2023-01-13 06:10 (UTC)

Thanks, didn't know that command was a thing!

yochananmarqos commented on 2023-01-12 21:51 (UTC)

@mcharlsto: Your package function can be done with one line:

package() {
  install -Dm755 rat -t "${pkgdir}/usr/bin/"
}