Search Criteria
Package Details: deno-git 1.28.0.r8202.g7aa8e9c0351e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/deno-git.git (read-only, click to copy) |
---|---|
Package Base: | deno-git |
Description: | A secure runtime for JavaScript and TypeScript |
Upstream URL: | https://deno.land |
Licenses: | MIT |
Conflicts: | deno |
Provides: | deno |
Submitter: | AlK |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-24 21:50 (UTC) |
Last Updated: | 2022-11-15 22:00 (UTC) |
Dependencies (5)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- nodejs (nodejs6-bin, nodejs-nightly, nodejs-git, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
Required by (23)
- cicada-bin (requires deno)
- deno-readability-cli (requires deno)
- deno-readability-cli (requires deno) (make)
- dlsortls-bin (requires deno)
- mon2cam-git (requires deno)
- mon2cam-git (requires deno) (make)
- mullvad-ping (requires deno) (make)
- neovim-coc-deno-git (requires deno)
- neovim-ddc (requires deno)
- neovim-ddc-git (requires deno)
- pbkit (requires deno) (make)
- pipelight (requires deno)
- pipelight-git (requires deno)
- quarto-cli (requires deno)
- quarto-cli-git (requires deno)
- quarto-cli-pre-release (requires deno)
- silverbullet (requires deno)
- via-cli-git (requires deno) (make)
- vim-coc-deno-git (requires deno)
- Show 4 more...
Latest Comments
haawda commented on 2022-08-12 14:47 (UTC)
Your pkgver function gives 1.24.0.r75.gee2f4e745 on a current checkout, but deno is at 1.24.3. I suggest using this one instead:
It gives 1.24.3.r7712.gee2f4e745c33.
haawda commented on 2022-03-01 22:28 (UTC)
jrudess is right: The PKGBUILD is missing a conflict with the official 'deno' package in community.
jrudess commented on 2021-08-28 17:40 (UTC)
The PKGBUILD is missing a conflict with the official 'deno' package in community.
Marv commented on 2021-05-10 17:55 (UTC)
It works, but the dependencies do not require python or nodejs Also would replace cargo with plain rustup
AlK commented on 2021-05-08 18:26 (UTC)
Thanks for the headsup. I updated the PKGBUILD, let me know if it works for you.
Marv commented on 2021-05-06 17:19 (UTC)
Deno changed the buildprocess, got this running:
Would love if we could get a fix going
christoph.gysin commented on 2020-08-11 07:56 (UTC)
Could you update pkgver() to use the correct release tag? Currently it uses the std library tag instead.
AlK commented on 2019-05-19 19:04 (UTC)
Thank you Nautigsam for the heads up. I fixed the build, let me know if there is still an issue.
Nautigsam commented on 2019-05-19 13:32 (UTC) (edited on 2019-05-19 13:32 (UTC) by Nautigsam)
You should update the PKGBUILD to fix compilation errors. You should also change the version because the AUR helpers do not detect updates. If you are not willing to maintain this package I can handle it.
Nautigsam commented on 2019-05-06 19:22 (UTC)
I get the following error during build :
ninja: error: unknown target ':deno', did you mean 'deno'?
Is is a problem with my system or maybe the PKGBUILD?