Search Criteria
Package Details: earthly-bin 0.8.16-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/earthly-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | earthly-bin |
| Description: | Build automation for the container era |
| Upstream URL: | https://earthly.dev |
| Licenses: | MPL-2.0, custom:BSL, |
| Conflicts: | earthly |
| Provides: | earthly |
| Submitter: | istimaldar_sntlk |
| Maintainer: | pandada8 |
| Last Packager: | pandada8 |
| Votes: | 5 |
| Popularity: | 0.000032 |
| First Submitted: | 2020-12-07 22:28 (UTC) |
| Last Updated: | 2025-12-06 16:58 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, rancher-desktop-binAUR, docker-cli-binAUR, podman-docker) (optional) – Using Docker as runtime
- podman (podman-gitAUR) (optional) – Using podman as runtime
Latest Comments
nianyush commented on 2024-08-22 02:53 (UTC)
latest version is v0.8.15 https://github.com/earthly/earthly/releases/tag/v0.8.15
xcupen commented on 2022-07-01 03:09 (UTC)
The latest version is v0.6.19 https://github.com/earthly/earthly/releases
dbermond commented on 2021-08-11 03:02 (UTC)
@istimaldar_sntlk Please add provides=('earthly') and conflicts=('earthly').
minus commented on 2021-08-10 14:10 (UTC) (edited on 2021-08-10 14:11 (UTC) by minus)
The symlink created in package() is wrong, it looks like this when installed:
Using
ln -s /usr/bin/earthly "${pkgdir}/usr/bin/earth"fixes that.davidg commented on 2021-07-30 14:03 (UTC)
Confirmed, the fix works! While debugging, I completely missed that note in the article too, so don't feel too bad about it :)
istimaldar_sntlk commented on 2021-07-28 04:54 (UTC)
Found the problem, it was in not-unique name of the binary file. I am sorry, didn't read this article carefully. Problem should be fixed now.
davidg commented on 2021-07-26 15:50 (UTC)
This fails to install in Manjaro with a hash validation error:
But checking the BUILD file, it looks like the hash is correct (I downloaded the file manually and generated the hash and it matches). Wonder what's going on.