Skip to content

Commit

Permalink
New package: deno-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toluschr committed May 17, 2020
1 parent 8be8d50 commit e0de491
Showing 1 changed file with 21 additions and 0 deletions.
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 <toluschr@protonmail.com>"
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
}

0 comments on commit e0de491

Please sign in to comment.