Package Details: esbuild-git r558.42309b7-1

Git Clone URL: https://aur.archlinux.org/esbuild-git.git (read-only, click to copy)
Package Base: esbuild-git
Description: An extremely fast JavaScript bundler and minifier
Upstream URL: https://github.com/evanw/esbuild
Licenses: MIT
Conflicts: esbuild
Provides: esbuild
Submitter: imlonghao
Maintainer: imlonghao
Last Packager: imlonghao
Votes: 3
Popularity: 0.000000
First Submitted: 2020-02-16 12:43 (UTC)
Last Updated: 2020-06-06 15:25 (UTC)

Dependencies (3)

Required by (13)

Sources (1)

Latest Comments

imlonghao commented on 2020-06-06 15:25 (UTC)

@nitsky, thanks for your report, pkg updated.

nitsky commented on 2020-06-06 15:09 (UTC) (edited on 2020-06-06 15:09 (UTC) by nitsky)

This package fails to build for me. I believe the project's directory structure has changed and this package needs to be updated.

==> Starting build()...
/home/nitsky/.cache/yay/esbuild-git/PKGBUILD: line 22: cd: /home/nitsky/.cache/yay/esbuild-git/src/esbuild-git/src/esbuild/main/: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
Error making: esbuild-git

imlonghao commented on 2020-02-19 11:37 (UTC)

@acomagu Looks like you set GO111MODULE=on in your system env, but esbuild doesn't support go module. I have added GO111MODULE=off to PKGBUILD, so it should work please try again.

acomagu commented on 2020-02-19 07:26 (UTC)

Can't make package.

==> Starting build()...
go: cannot find main module, but found .git/config in /home/yuki/.cache/yay/esbuild-git/src/esbuild-git
        to create a module there, run:
        cd ../../.. && go mod init
==> ERROR: A failure occurred in build().