Files
gentoo/dev-util/esbuild/metadata.xml
Matt Jolly 75a9543e51 dev-util/esbuild: new package
This is the native binary portion of a given esbuild version.  The
`esbuild` binary needs to match the javascript half exactly, at least
for reliability. It may be possible to loosen that, but that depends on
the consumer (or perhaps an eclass) - it'll need to be patched out of
the node module / JS portion.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
2026-02-13 21:50:15 +10:00

21 lines
689 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kangie@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>chromium@gentoo.org</email>
<name>Gentoo Chromium Project</name>
</maintainer>
<longdescription>
The main goal of the esbuild bundler project is to bring about a
new era of build tool performance, and create an easy-to-use
modern bundler along the way.
</longdescription>
<upstream>
<remote-id type="github">evanw/esbuild</remote-id>
</upstream>
</pkgmetadata>