Search Criteria
Package Details: gitea-tea 0.6.0-2
Git Clone URL: | https://aur.archlinux.org/gitea-tea.git (read-only, click to copy) |
---|---|
Package Base: | gitea-tea |
Description: | Painless self-hosted Git service.. |
Upstream URL: | https://gitea.io |
Licenses: | |
Submitter: | jkl |
Maintainer: | jkl |
Last Packager: | jkl |
Votes: | 4 |
Popularity: | 0.49 |
First Submitted: | 2020-03-29 02:00 |
Last Updated: | 2020-12-17 16:40 |
Latest Comments
jkl commented on 2021-03-03 06:31
@fossdd That's not what arch "any" means. Please see https://wiki.archlinux.org/index.php/PKGBUILD#arch. Once built the package is architecture specific. Also not necessary to list make as a build time dependency, since it is in base-devel.
fossdd commented on 2021-03-03 06:20
@jkl And maybe use "any" as architecture, since go can build on every arch. I've tested it on armv7l.
6543 commented on 2020-12-14 14:34
@jkl would be nice if you could add bash_completion
adasauce commented on 2020-10-28 16:35
confirming @lafleur , getting the same checksum with makepkg -g.
lafleur commented on 2020-10-18 08:38
Package checksum fails for this package ; sha256sums returns c1e3d2c53bb8d757e564d5d57c4325e0c3f919e441eb9a7b0ec0f969eaffdd18 for v0.5.0.tar.gz
schra commented on 2020-10-04 22:58
Any chance you can update this package to https://gitea.com/gitea/tea/releases/tag/v0.5.0?
6543 commented on 2020-07-16 13:30
to get bash completion:
sudo wget -O /etc/bash_completion.d/tea https://raw.githubusercontent.com/urfave/cli/master/autocomplete/bash_autocomplete && sudo chmod +x /etc/bash_completion.d/tea
(https://gitea.com/gitea/tea/issues/86)