Skip to content

Update snap build #2080

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

Merged
merged 2 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions snap/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Snaps are containerised software packages that are simple to create and install on all major Linux systems without modification. [Learn more](https://docs.snapcraft.io/).
Snaps are containerised software packages that are simple to create and install on all major Linux systems without modification. [Learn more](https://docs.snapcraft.io).

[![Snap Status](https://build.snapcraft.io/badge/AssemblyScript/assemblyscript.svg)](https://snapcraft.io/assemblyscript)
[![Snap Status](https://snapcraft.io/assemblyscript/badge.svg)](https://snapcraft.io/assemblyscript)
17 changes: 15 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
name: assemblyscript
version: git
title: AssemblyScript
summary: A TypeScript-like language for WebAssembly.
description: |
AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.

See the AssemblyScript website for documentation:
https://www.assemblyscript.org
type: app
icon: media/icon.svg
issues: https://github.com/AssemblyScript/assemblyscript/issues
donation: https://opencollective.com/assemblyscript
source-code: https://github.com/AssemblyScript/assemblyscript.git
website: https://www.assemblyscript.org
license: Apache-2.0
version: git
grade: stable
confinement: strict
apps:
asc:
command: asc
asinit:
command: asinit
parts:
assemblyscript:
source: .
plugin: nodejs
plugin: npm
npm-node-version: 16.9.1
architectures:
- build-on: amd64
run-on: [amd64, armhf, arm64, i386]