slack-term: fix distfiles download
This commit is contained in:
parent
468143e621
commit
7d1ec70003
|
@ -7,13 +7,11 @@ go_import_path="github.com/erroneousboat/slack-term"
|
|||
short_desc="Slack client for your terminal"
|
||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/erroneousboat/slack-term"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
homepage="https://github.com/jpbruinsslot/slack-term"
|
||||
distfiles="https://github.com/jpbruinsslot/slack-term/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=089cf10a3959c99b73da1d5ad974f2cd076a56851ef9ffd97a77350a81e527f0
|
||||
make_check=no
|
||||
|
||||
do_check() {
|
||||
:
|
||||
}
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue