blob: f0f168c87b07d10edac231c40c3a11e3c51a86ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription>
Earthly is a versatile, approachable CI/CD framework that runs every
pipeline inside containers, giving you repeatable builds that you write
once and run anywhere. It has a super simple, instantly recognizable syntax
that is easy to write and understand – like Dockerfile and Makefile had a
baby. And it leverages and augments popular build tools instead of
replacing them, so you don’t have to rewrite all your builds no matter what
languages you use.
</longdescription>
<upstream>
<bugs-to>https://github.com/earthly/earthly/issues/</bugs-to>
<remote-id type="github">earthly/earthly</remote-id>
</upstream>
</pkgmetadata>
|