From e833cf1cc50cdd5ef4c31b8f7cd46fe036dd874b Mon Sep 17 00:00:00 2001 From: Rahul Raj Date: Sat, 18 Jan 2020 17:52:20 +0530 Subject: [PATCH] Create snapcraft.yaml --- snap/snapcraft.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..a6b6857 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,23 @@ + + name: netizenship + version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' + summary: A tool to check the membership of a given username in 30+ popular websites + description: | + This is a commandline tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc. + + Development in progress. (As on 18 Jan 2020) + + Contribute at https://github.com/rahulrajpl/netizenship + + MIT License + + Copyright (c) 2020 Rahul Raj + + grade: devel # must be 'stable' to release into candidate/stable channels + confinement: devmode # use 'strict' once you have the right plugs and slots + + parts: + my-part: + # See 'snapcraft plugins' + plugin: nil +