-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialized snapcraft package configuration
- Loading branch information
1 parent
ed6a7b9
commit 4d24f1b
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: rels | ||
version: git | ||
summary: Github release analytics for the console | ||
description: | | ||
By utilizing a simple and minimal usage syntax rels enables you to easily view various | ||
analytics and stats regarding the releases of any GitHub repository, displayed in a clean | ||
and concise manner, right from within your terminal. | ||
grade: stable | ||
confinement: strict | ||
|
||
architectures: | ||
- amd64 | ||
- i386 | ||
|
||
apps: | ||
rels: | ||
command: rels | ||
plugs: | ||
- home | ||
- network | ||
- network-control | ||
|
||
parts: | ||
rels: | ||
plugin: nodejs | ||
node-engine: 10.15.0 | ||
node-package-manager: yarn | ||
source: . |