Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] New package: deno-1.0.0 #22043

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/deno/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'deno'
pkgname=deno
version=1.0.0
revision=1
wrksrc="${pkgname}"
build_style=cargo
hostmakedepends="python3 pkg-config"
makedepends="libglib-devel"
short_desc="Secure JavaScript and TypeScript runtime"
maintainer="toluschr <[email protected]>"
license="MIT"
homepage="https://github.com/denoland/deno/"
distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
checksum=89709f489e4cbbcfd6913d14e903fcb47c92f329d077477190b0dbd8bd23acc7

export V8_FROM_SOURCE=1

do_install() {
vbin "$(find target -name deno -print -quit)"
vlicense LICENSE
}