Package Details: suckit-bin 0.2.0-1

Git Clone URL: https://aur.archlinux.org/suckit-bin.git (read-only, click to copy)
Package Base: suckit-bin
Description: Recursively visit and download a website's content to your disk
Upstream URL: https://github.com/Skallwar/suckit
Licenses: Apache
Provides: suckit, suckit-bin
Submitter: Skallwar
Maintainer: Skallwar
Last Packager: Skallwar
Votes: 1
Popularity: 0.000000
First Submitted: 2021-07-07 18:47 (UTC)
Last Updated: 2022-04-30 20:05 (UTC)

Required by (0)

Sources (3)

Latest Comments

m040601 commented on 2021-09-13 01:49 (UTC) (edited on 2021-09-13 01:51 (UTC) by m040601)

In this PKGBUILD you have included, and very well, a markdown README.md file. It's supposed to be a plain markdown text file, usable without need for any software just to read it. This file is installed to /usr/share/doc/suckit/README.md.

However, you must have picked the wrong file. It should be a plain markdown text file, but instead :

$ file /usr/share/doc/suckit/README.md

/usr/share/doc/suckit/README.md: HTML document, Unicode text, UTF-8 text, with very long lines (16340)

So it seems you picked up the html rendered version of the README.md.

The text version is at the "raw" url, https://raw.githubusercontent.com/Skallwar/suckit/master/README.md

Skallwar commented on 2021-09-05 14:37 (UTC)

Isn't the purpose of this "suckit-bin" and all "-bin" PKGBUILDS, that you can avoid downloading the huge dependencies, and just get the precompiled binary ready to use ?

Yes that's the goal.

It was a oversight on my side. It should be fixed now. Thanks for taking the time to report this

m040601 commented on 2021-09-05 14:18 (UTC) (edited on 2021-09-05 14:22 (UTC) by m040601)

Thanks for providing this "-bin" PKGBUILD. I'm eager to test suckit, but I dont want to install the entire rust toolchain on my system.

$ yay -S suckit-bin
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:1]  rust-1:1.54.0-1
[Aur:1]  suckit-bin-0.1.2-1

==> Remove make dependencies after install? [y/N] 

:: Downloaded PKGBUILD (1/1): suckit-bin
  1 suckit-bin                       (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: suckit-bin
[sudo] password for a1: 
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change  Download Size

extra/rust   1:1.54.0-1   475.32 MiB      81.27 MiB

Total Download Size:    81.27 MiB
Total Installed Size:  475.32 MiB


So it still wants to install rust. I aborted here, because I dont want it. I know it's a "make" dependency, and it'll be removed after. But still I dont want it.

If I wanted it I would be using, https://aur.archlinux.org/packages/suckit

Is this the way it's supposed to work here ? Isn't the purpose of this "suckit-bin" and all "-bin" PKGBUILDS, that you can avoid downloading the huge dependencies, and just get the precompiled binary ready to use ?

Thanks in advance.