Search Criteria
Package Details: slackdump 4.4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/slackdump.git (read-only, click to copy) |
|---|---|
| Package Base: | slackdump |
| Description: | Save your private and public slack messages, threads, files, and users locally |
| Upstream URL: | https://github.com/rusq/slackdump |
| Licenses: | GPL-3.0-only |
| Submitter: | iyanmv |
| Maintainer: | iyanmv |
| Last Packager: | iyanmv |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-09-27 19:20 (UTC) |
| Last Updated: | 2026-07-24 12:26 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
iyanmv commented on 2025-06-08 23:04 (UTC)
missingSleepDeps: That looks like network issues on your side.
missingSleepDeps commented on 2025-06-08 22:43 (UTC)
iyanmv commented on 2023-05-09 22:25 (UTC)
dreieck: ping me back when discussion is over. My opinion is that if you are so worried about caches and other files ending up in your home folder, always use
makechrootpkg, orextra-x86_64-build.dreieck commented on 2023-05-06 09:25 (UTC)
@iyanmv:
I have looked at this. I cannot find either regarding the
prepare()issue, but regarding the download location, I find something for Node.js packages in the ↗ Node.js package guidelines. If it applies there, I do not see why it should not apply elsewhere.I have started a ↗ topic about this question in the Arch Linux forum.
iyanmv commented on 2023-04-24 21:56 (UTC)
Hi dreieck: Now I have some time to have a look at this. Can you point me in the right direction to what you are asking? I cannot find anything in the Go guidelines.
https://wiki.archlinux.org/title/Go_package_guidelines
Thanks
iyanmv commented on 2023-04-12 08:07 (UTC)
dreieck: I will also take a look at your suggestion.
iyanmv commented on 2023-04-12 08:07 (UTC)
I know this (and many other of the packages I maintain) are out of date. I've had almost no time these couple of weeks, but I will start taking care of them this weekend.
dreieck commented on 2023-03-26 16:22 (UTC)
Ahoj, thanks for the package!
Can you transform the package so that the go-specific downloads are carried out in
prepare(), so that afterprepare()the sources are really ready?And can you utilise go's environment variables so that the downloads are contained within
$srcdir, not cluttering$HOME?Regards!