🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pear-electron-forge-maker-snap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pear-electron-forge-maker-snap

repo-template

latest
Source
npmnpm
Version
0.0.10
Version published
Weekly downloads
593
-10.29%
Maintainers
1
Weekly downloads
 
Created
Source

pear-electron-forge-maker-snap

An electron-forge builder for Snap.

Usage

npm install pear-electron-forge-maker-snap --save-dev

forge.config.js

makers: [
  {
    name: 'pear-electron-forge-maker-snap',
    platforms: ['linux'],
    config: {
      snapcraftYamlPath: 'snapcraft.yaml',
      summary: 'Experience secure, private messaging and file sharing without intermediaries',
      description:
        'Discover https://Keet.io, the ultimate decentralized, peer-to-peer communication platform. Enjoy secure, private, and efficient messaging and file sharing without intermediaries. Experience true digital privacy and freedom with https://Keet.io',
      contact: 'hello@holepunchto.to',
      license: 'Apache-2.0',
      issues: 'https://support.keet.io/technical-support-and-troubleshooting/submit-a-report',
      website: 'https://keet.io',
      icon: 'build-assets/linux/assets/Keet/Keet-256x256.png'
    }
  }
]

snapcraft.yml

name: __NAME__
title: __TITLE__
contact: __CONTACT__
license: __LICENSE__
issues: __ISSUES__
website: __WEBSITE__
base: core24
version: __VERSION__
summary: __SUMMARY__
description: __DESCRIPTION__
icon: __ICON__
grade: stable
confinement: strict

parts:
  keet:
    plugin: dump
    source: __SOURCE__
    stage-packages:
      - libatomic1

apps:
  keet:
    command: __BIN__ --no-sandbox
    desktop: __DESKTOP__
    extensions: [gnome]
    plugs:
      - desktop
      - desktop-legacy
      - home
      - x11
      - wayland
      - audio-playback
      - audio-record
      - camera
      - opengl
      - network
      - network-bind
      - browser-support
      - network-status
    environment:
      TMPDIR: $XDG_RUNTIME_DIR

License

Apache-2.0

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts