Skip to content

Commit

Permalink
feat: add snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored Sep 29, 2022
1 parent 47b5d1e commit d4c8f9a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: pciids
adopt-info: pciids
summary: Lookup vendor and device names using PCI IDs!
description: |
Lookup vendor and device names using PCI IDs!
base: core20
grade: stable
confinement: strict
compression: lzo

license: GPL-3.0

apps:
pciids:
command: bin/pciids
plugs:
- home
- network

parts:
pciids:
source: https://github.com/powersj/pciids
source-type: git
plugin: go

override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"

0 comments on commit d4c8f9a

Please # to comment.