Search Criteria
Package Details: prosody-filer 1.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/prosody-filer.git (read-only, click to copy) |
|---|---|
| Package Base: | prosody-filer |
| Description: | Golang mod_http_upload_external server for Prosody and Ejabberd |
| Upstream URL: | https://github.com/ThomasLeister/prosody-filer |
| Licenses: | MIT |
| Submitter: | Lykos153 |
| Maintainer: | TrialnError |
| Last Packager: | TrialnError |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-04-22 03:07 (UTC) |
| Last Updated: | 2024-02-20 22:02 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
sachilles commented on 2021-09-20 18:59 (UTC)
Building the package was not successful for me. I received the following error message:
In the build function, I had to manually add the statement
go get github.com/BurntSushi/toml.Could the
PKGBUILDbe improved?nullobsi commented on 2021-09-20 00:35 (UTC)
could
gitbe added to makedepends please?Lykos153 commented on 2020-05-19 20:56 (UTC)
Oh. I misinterpreted the meaning of 'any'. Thanks for making me look it up again ;)
TrialnError commented on 2020-05-19 20:46 (UTC)
Great, thanks :) Still one nitpick though ;) arch is still not
any:D But now with building from source it can be safely changed toarch=('i686' 'x86_64')Lykos153 commented on 2020-05-19 18:36 (UTC)
Good points, thanks! I decided to make this package build from source so the naming convention is followed.
TrialnError commented on 2020-05-18 22:38 (UTC) (edited on 2020-05-18 22:43 (UTC) by TrialnError)
Some additional nitpicks. Formally, as it uses a precompiled binary, this package should have been named prosody-filer-bin.
But more importantly
archisn'tany. This is a binary pre compiled for x86_64, so thearch-line should be'x86_64':)Edit: Some additional infos: Empty vars should be removed from a PKGBUILD. And since some versions makepkg will begin in ${srcdir}, which makes the line obsolete :)
Lykos153 commented on 2020-04-27 10:14 (UTC)
Sorry, fixed!
sachilles commented on 2020-04-26 17:32 (UTC)
Hi,
currently the package
prosody-filer 1.0.2-1won't build. It will stop with the errorsince
prosody-filerhas been renamed toprosody-filer_linux_x86_64. This has to be taken into account in the source array and in the package function.Best regards