Package Details: whatscli-git 20201123.e03e261-1

Git Clone URL: https://aur.archlinux.org/whatscli-git.git (read-only, click to copy)
Package Base: whatscli-git
Description: A command line interface for whatsapp, based on go-whatsapp and tview
Upstream URL: https://github.com/normen/whatscli
Conflicts: whatscli
Provides: whatscli
Submitter: pjvds
Maintainer: pjvds
Last Packager: pjvds
Votes: 4
Popularity: 0.000005
First Submitted: 2020-11-20 19:29 (UTC)
Last Updated: 2020-11-30 05:16 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

jose1711 commented on 2023-08-01 17:36 (UTC)

please update source. change it to:

source=('git+https://github.com/normen/whatscli.git')

thanks!

pjvds commented on 2020-11-30 05:18 (UTC)

@BachoSeven thank you very much for the valuable feedback. Both are fixed now.

BachoSeven commented on 2020-11-29 19:47 (UTC)

Another thing: shouldn't git and go both be just makedepends? I don't think the program has any runtime dependencies.

BachoSeven commented on 2020-11-29 19:43 (UTC) (edited on 2020-11-29 19:43 (UTC) by BachoSeven)

I think that line 32 should be

<  install -Dm755 "${srcdir}/${_pkgname}/${_pkgname}" ${pkgdir}/usr/bin/${pkgname}
---
>  install -Dm755 "${srcdir}/${_pkgname}/${_pkgname}" ${pkgdir}/usr/bin/${_pkgname}

(meaning the last variable should be _pkgname instead of pkgname). Otherwise, the installed binary is whatscli-git

pjvds commented on 2020-11-20 22:59 (UTC)

@caltlgin thanks for the comment. It looks like I added the licenses entry to the PKGBUILD by mistake. The upstream package has no license unfortunately.