blob: 635850843ec041b10217abbeb60e7fca14878dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = earthly
pkgdesc = A build automation tool that executes in containers
pkgver = 0.8.1
pkgrel = 1
url = https://earthly.dev/
arch = x86_64
license = MPL2
makedepends = git
makedepends = go
depends = docker
source = git+https://github.com/earthly/earthly.git#tag=v0.8.1
sha256sums = SKIP
pkgname = earthly
|