Search Criteria
Package Details: suckit-bin 0.2.0-1
Package Actions
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) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
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
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)
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.
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.