mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
slack-term: fix distfiles download
This commit is contained in:
parent
468143e621
commit
7d1ec70003
1 changed files with 3 additions and 5 deletions
|
@ -7,13 +7,11 @@ go_import_path="github.com/erroneousboat/slack-term"
|
||||||
short_desc="Slack client for your terminal"
|
short_desc="Slack client for your terminal"
|
||||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/erroneousboat/slack-term"
|
homepage="https://github.com/jpbruinsslot/slack-term"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jpbruinsslot/slack-term/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=089cf10a3959c99b73da1d5ad974f2cd076a56851ef9ffd97a77350a81e527f0
|
checksum=089cf10a3959c99b73da1d5ad974f2cd076a56851ef9ffd97a77350a81e527f0
|
||||||
|
make_check=no
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue