mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
add snapcraft
This commit is contained in:
parent
d88e4a8d97
commit
5ae6aa64bb
30
snapcraft.yaml
Normal file
30
snapcraft.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
name: wihotspot
|
||||
version: "1.0.0-dev"
|
||||
summary: wihotspot
|
||||
description: |
|
||||
Create wifi hotspot like in windows
|
||||
|
||||
confinement: devmode
|
||||
grade: stable
|
||||
|
||||
apps:
|
||||
wihotspot:
|
||||
command: wihotspot
|
||||
plugs: [home, x11, gsettings]
|
||||
|
||||
parts:
|
||||
wihotspot:
|
||||
plugin: make
|
||||
build-packages:
|
||||
- g++
|
||||
- gcc
|
||||
- make
|
||||
- cmake
|
||||
- libgtk-3-dev
|
||||
- pkg-config
|
||||
stage-packages:
|
||||
- libgtk-3-0
|
||||
- libgdk-pixbuf2.0-0
|
||||
- libpango1.0-0
|
||||
- libglib2.0-0
|
||||
- libatk1.0-0
|
Loading…
Reference in New Issue
Block a user