summaryrefslogtreecommitdiff
path: root/app-containers/earthly/metadata.xml
blob: 7e10864f77cc1a4ae42964a86d3bb8fce84a0fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>