First draft of Snapcraft

This commit is contained in:
Evan Su 2021-06-01 21:02:43 -04:00 committed by GitHub
parent 6c707aa839
commit 310ddc130b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
snapcraft.yaml Normal file
View file

@ -0,0 +1,29 @@
name: picocrypt
summary: A very small, very simple, yet very secure cryptography utility.
description: A very small, very simple, yet very secure cryptography utility.
version: '1.13'
confinement: strict
base: core20
apps:
picocrypt:
command: picocrypt
parts:
picocrypt:
plugin: go
source: .
go-importpath: picocrypt
build-packages:
- gcc
- make
stage-packages:
- xclip
plugs:
picocrypt-home:
interface: home
picocrypt-network:
interface: network
picocrypt-system-files:
interface: system-files