Package Details: purple-gowhatsapp-git 1.14.0-1

Git Clone URL: https://aur.archlinux.org/purple-gowhatsapp-git.git (read-only, click to copy)
Package Base: purple-gowhatsapp-git
Description: A libpurple/Pidgin plugin for WhatsApp, powered by whatsmeow
Upstream URL: https://github.com/hoehermann/purple-gowhatsapp
Keywords: chat libpurple library pidgin plugin purple whatsapp
Licenses: GPLv3
Conflicts: purple-gowhatsapp
Provides: purple-gowhatsapp
Submitter: GI_Jack
Maintainer: hoehermann
Last Packager: hoehermann
Votes: 9
Popularity: 0.023596
First Submitted: 2019-11-03 21:33 (UTC)
Last Updated: 2024-05-12 20:36 (UTC)

Latest Comments

« First ‹ Previous 1 2

PedroHLC commented on 2020-04-04 13:41 (UTC)

Was only able to build adding GOPATH to package too: make ... GOPATH=... install

mqs commented on 2019-12-09 10:57 (UTC)

Thanks!

mqs commented on 2019-11-10 20:09 (UTC) (edited on 2019-11-10 20:09 (UTC) by mqs)

Thanks for the package!

I just made a package for this myself because I didn't see it at first >.> there are 2 minor nitpicks I want to make here:

  • The license should be GPL3 (not 2)

  • Could you make GOPATH as local as possible, e.g. $srcdir/gopath to simplify cleaning up afterwards? This is also recommended in the go packaging guidelines for archlinux, the Makefile of purple-gowhatsapp does not do this. I tried it and it is sufficient to replace make with GOPATH="$srcdir/gopath" make in the build function (maybe you have to create that folder in prepare beforehand).