Search Criteria
Package Details: pomo 0.8.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pomo.git (read-only, click to copy) |
|---|---|
| Package Base: | pomo |
| Description: | Pomodoro Command Line Interface |
| Upstream URL: | https://codeberg.org/kevinschoon/pomo |
| Licenses: | MIT |
| Submitter: | blx32 |
| Maintainer: | blx32 (kevinschoon) |
| Last Packager: | kevinschoon |
| Votes: | 7 |
| Popularity: | 0.60 |
| First Submitted: | 2020-12-09 15:47 (UTC) |
| Last Updated: | 2025-09-14 09:34 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
Felixoid commented on 2025-09-14 19:32 (UTC)
The version is passed to
make, but it's the same issue strikes back https://codeberg.org/kevinschoon/pomo/commit/af9b292b9a87347654e167d7f3614e53b4a07635Besides, it looks like
export BUILD_VERSION=${pkgver}must beexport VERSION=${pkgver}Maybe make
pomo-git(it has the same version issue) andpomoare identical in the build part?kbk commented on 2024-06-23 11:12 (UTC)
should one install go (> 200MB) or rust (>250MB) for such small tools !!!!! no way!
kevinschoon commented on 2022-05-30 21:16 (UTC)
I added a man page which is available upstream and now included in the latest release.
kevinschoon commented on 2021-11-07 12:50 (UTC)
Thanks @ruy16109, I agree we should add support for generating the man pages upstream. I opened an issue in Pomo's Github.
ruy16109 commented on 2021-11-07 12:44 (UTC)
I see that you have a man page in this AUR but not on upstream. For better consistency, I recommend you add the man page (or add a
makecommand to generate it) to the upstream and update the PKGBUILD to reflect that change.kevinschoon commented on 2021-07-29 02:03 (UTC)
Hi, thanks for creating this AUR. I'm the maintainer of Pomo, could we please change this into a source-based build based on the latest releases here: https://github.com/kevinschoon/pomo/releases .
Thanks!