Search Criteria
Package Details: slack-cli 4.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/slack-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | slack-cli |
| Description: | Command-line interface for building apps on the Slack Platform. |
| Upstream URL: | https://github.com/slackapi/slack-cli/ |
| Licenses: | Apache-2.0 |
| Submitter: | liljaylj |
| Maintainer: | matth |
| Last Packager: | matth |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-03-18 09:54 (UTC) |
| Last Updated: | 2026-05-15 17:54 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
artlogic commented on 2026-04-02 18:55 (UTC)
This package currently won't build under fish (and possibly other shells) due to a failure in the tests: https://github.com/slackapi/slack-cli/issues/462
I was able to build this by running
SHELL=/bin/bash makepkg- this also appears to work with yay:SHELL=/bin/bash yay -S slack-cli.matth commented on 2026-03-30 21:23 (UTC) (edited on 2026-04-02 13:55 (UTC) by matth)
Edit: As I'm now the maintainer I've pushed the source version of the package and this is all set now.
This package here currently downloads the pre-build binary of the package so should really be named slack-cli-bin
I have updated this PKGBUILD to build from source and have it up at https://github.com/matt-h/aur-pkgbuilds/blob/main/slack-cli/PKGBUILD
If you would like, you could add me as a maintainer and I could take over the slack-cli name for the build from source version. If you would like to still maintain the pre-built binary version then it should be pushed to slack-cli-bin instead.
netzego commented on 2024-11-13 09:54 (UTC)
the url variable should point to "https://github.com/rockymadden/slack-cli" rather then "https://api.slack.com/automation/quickstart". but the quick-start is good to know. thx for maintaining!
djmattyg007 commented on 2021-01-28 03:51 (UTC)
If bash is listed as a dependency, curl probably should be listed too.
mprom commented on 2019-11-04 09:50 (UTC)
@Sparticuz AFAICS jq is only needed of you compile it yourself using curl or make? At least, I can install it fine without jq installed.
Sparticuz commented on 2019-08-05 19:36 (UTC)
This depends on jq. Also, according to the makefile, it should be installed as slack, not slack-cli. Thanks