mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
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>
21 lines
689 B
XML
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>
|