-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
26 lines (24 loc) · 943 Bytes
/
template
File metadata and controls
26 lines (24 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template file for 'esbuild'
pkgname=esbuild
version=0.27.3
revision=1
build_style=go
go_import_path=github.com/evanw/esbuild
go_package="./cmd/esbuild"
checkdepends="nodejs pnpm yarn"
short_desc="Extremely fast bundler for the web"
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
license="MIT"
homepage="https://esbuild.github.io/"
changelog="https://github.com/evanw/esbuild/releases"
distfiles="https://github.com/evanw/esbuild/archive/refs/tags/v${version}.tar.gz"
checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61
do_check() {
# Skip test-deno (deno not packaged) and decorator-tests (not in a git
# repo) and test-wasm-node (exec fail) and end-to-end-tests (fails on
# musl) and js-api-tests (fails in CI)
make test-go vet-go no-filepath verify-source-map plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib
}
post_install() {
vlicense LICENSE.md
}