mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
Add Briefcase packaging docs and scripts
This commit is contained in:
22
packaging/snapcraft.yaml
Normal file
22
packaging/snapcraft.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: seedpass
|
||||
base: core22
|
||||
version: '0.1.0'
|
||||
summary: Deterministic password manager
|
||||
description: |
|
||||
SeedPass deterministically generates passwords using BIP-39 seeds.
|
||||
grade: devel
|
||||
confinement: strict
|
||||
apps:
|
||||
seedpass-gui:
|
||||
command: bin/seedpass-gui
|
||||
plugs:
|
||||
- network
|
||||
- x11
|
||||
parts:
|
||||
seedpass:
|
||||
plugin: dump
|
||||
source: build/seedpass-gui/ubuntu/noble/app
|
||||
stage-packages:
|
||||
- libgtk-3-0
|
||||
- libglib2.0-0
|
||||
- libgdk-pixbuf2.0-0
|
Reference in New Issue
Block a user