Package Details: dotacat 0.2.0-4

Git Clone URL: https://aur.archlinux.org/dotacat.git (read-only, click to copy)
Package Base: dotacat
Description: Like lolcat, but faster. Written in Rust
Upstream URL: https://gitlab.scd31.com/stephen/dotacat
Keywords: color lolcat rainbow rust
Licenses: MIT
Submitter: murlakatamenka
Maintainer: murlakatamenka
Last Packager: murlakatamenka
Votes: 6
Popularity: 0.066751
First Submitted: 2020-09-28 14:10 (UTC)
Last Updated: 2022-03-04 14:52 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

murlakatamenka commented on 2022-08-01 23:35 (UTC)

Yay \o/

SpidFightFR commented on 2022-07-27 14:52 (UTC)

Works faster than lolcat, plus the colors are more vibrant (which i prefer). Good software, upvoted.

murlakatamenka commented on 2022-03-04 14:53 (UTC)

Good suggestion, pushed!

Visne commented on 2022-03-04 05:56 (UTC)

Works fine on ARM64 too, you can probably make the arch any since it's rust.

murlakatamenka commented on 2021-09-01 10:04 (UTC)

Yeah, why not, thanks for the feedback.

lmartinez-mirror commented on 2021-08-24 17:23 (UTC)

You can remove the provides, it's already implied to provide itself.

murlakatamenka commented on 2021-07-30 11:56 (UTC)

Ah, so the author moved from gitea to gitlab and that needed to be reflected.

Thanks @LordMZTE, updated the package.

LordMZTE commented on 2021-07-26 20:37 (UTC)

For anyone else getting build issues, this patch seems to fix it.

diff --git a/PKGBUILD b/PKGBUILD
index 73fc661..b5ce073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@ license=('MIT')
 makedepends=('cargo')
 provides=('dotacat')
 # conflicts=('dotacat-bin')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('724b6677f20bb1620ce7c240f07e7fb34f0fb7a57a0ff39518ce3754cb75e67b')
+source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('26ceaf641b34f1676e06223640783807e3f6c3dd617ec09f3a0b4c770bca8ff1')

 build() {
-    cd "$srcdir/dotacat"
+    cd "$srcdir/dotacat-v$pkgver"
     cargo build --release --locked
 }

 package() {
-    cd "$srcdir/dotacat"
+    cd "$srcdir/dotacat-v$pkgver"

     install -Dm 755 "target/release/dotacat"  "$pkgdir/usr/bin/dotacat"
     install -Dm 644 "LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

murlakatamenka commented on 2020-09-30 13:26 (UTC)

@caltlgin, the license isn't included yet, but will be:

https://www.reddit.com/r/linux/comments/j0fuja/unimpressed_with_lolcats_startup_performance_ive/g6ybslf