Skip to content

Commit

Permalink
snap: move to strict confinement
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh committed Jun 27, 2024
1 parent 88749b0 commit b325825
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: amber-bash
icon: assets/amber.png
title: Amber
base: core24
version: '0.3.2-alpha'
adopt-info: amber
summary: Amber the programming language compiled to bash
description: |
Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts.
Expand All @@ -12,17 +12,21 @@ source-code: https://github.com/Ph0enixKM/Amber
issues: https://github.com/Ph0enixKM/Amber/issues
website: https://amber-lang.com/
grade: stable
confinement: classic
confinement: strict
compression: lzo

parts:
amber:
plugin: rust
source: .
build-attributes:
- enable-patchelf
override-pull: |
craftctl default
craftctl set version=$(git describe --tags --abbrev=0)
apps:
amber:
command: bin/amber
plugs:
- home
- removable-media

0 comments on commit b325825

Please sign in to comment.