Search Criteria
Package Details: alpaca-git 2.9.0.r11.g9df5836-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/alpaca-git.git (read-only, click to copy) |
|---|---|
| Package Base: | alpaca-git |
| Description: | An Ollama client made with GTK4 and Adwaita |
| Upstream URL: | https://github.com/jeffser/Alpaca |
| Licenses: | GPL-3.0 |
| Conflicts: | alpaca-ai |
| Submitter: | fcarp10 |
| Maintainer: | fcarp10 |
| Last Packager: | fcarp10 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-09-17 17:44 (UTC) |
| Last Updated: | 2024-12-09 08:24 (UTC) |
Dependencies (10)
- python-html2text
- python-pillow (python-pillow-simd-gitAUR)
- python-pydbus (python-pydbus-gitAUR)
- python-pypdf
- python-pytube
- python-requests
- python-youtube-transcript-apiAUR
- vte4 (vte4-notificationAUR, vte4-gitAUR)
- meson (meson-gitAUR) (make)
- ollama (ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-gitAUR, ollama-for-amdAUR, ollama-binAUR) (optional)
Latest Comments
EndlessEden commented on 2026-02-19 22:53 (UTC) (edited on 2026-02-19 23:15 (UTC) by EndlessEden)
i confer with @SpacinBat3 - makepkg already does packaging with fakeroot where necessary.
that said, its also missing runtime dependencies now, please update the depends list with python-markitdown, python-ollama.
This also installs to /usr/local, not /usr
SpacingBat3 commented on 2025-02-19 18:21 (UTC) (edited on 2025-02-19 18:21 (UTC) by SpacingBat3)
This package requires improvements, mainly it should have
sudocall removed frompackage()function, this should not be necessary (building packages should not require root user account) and actually causes further issues (it confusesmakepkgcleanup process), not telling running anything as root comes with the greater risk than just as a user and the principle of least priviledge is rather good security practice.