Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name: deno | |||||
| version: 1.9.2 | |||||
| release: 1 | |||||
| source: | |||||
| - https://github.com/denoland/deno/archive/v1.9.2.tar.gz: a6dda19f954eac353ac041de0bbfa0576c7d04addac9fbf306669b7df573975e | |||||
| license: | |||||
| - MIT | |||||
JoshStrobl: Doesn't need to be a list. Can just be `license : MIT` | |||||
| component: programming.tools | |||||
| summary: A secure JavaScript and TypeScript runtime. | |||||
| description: | | |||||
JoshStroblUnsubmitted Done Inline ActionsDescription is unnecessarily verbose. Can just be "Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust." JoshStrobl: Description is unnecessarily verbose. Can just be "Deno is a simple, modern and secure runtime… | |||||
| Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. | |||||
| Features: | |||||
| * Secure by default. No file, network, or environment access, unless explicitly enabled. | |||||
| * Supports TypeScript out of the box. | |||||
| * Ships only a single executable file. | |||||
| * Built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt). | |||||
| * Set of reviewed standard modules that are guaranteed to work with Deno. | |||||
| builddeps: | |||||
| - cargo | |||||
| - curl | |||||
JoshStroblUnsubmitted Done Inline ActionsThis is part of system.base. Not required. JoshStrobl: This is part of system.base. Not required. | |||||
| networking: yes | |||||
JoshStroblUnsubmitted Done Inline ActionsShould be above builddeps at the very least JoshStrobl: Should be above builddeps at the very least | |||||
| build: | | |||||
| cargo build --release | |||||
| install: | | |||||
| install -Dm00755 target/release/deno $installdir/usr/bin/deno | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Doesn't need to be a list. Can just be license : MIT