Support snap
This commit is contained in:
parent
7199854f44
commit
287ce68c6e
9
.gitignore
vendored
9
.gitignore
vendored
@ -10,3 +10,12 @@
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Snap
|
||||
parts
|
||||
prime
|
||||
stage
|
||||
snap/.snapcraft
|
||||
squashfs-root
|
||||
*.snap
|
||||
*_source.tar.bz2
|
||||
|
22
snap/snapcraft.yaml
Normal file
22
snap/snapcraft.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
name: out-of-tree
|
||||
version: '0.2'
|
||||
summary: out-of-tree kernel {module, exploit} development tool
|
||||
description: |
|
||||
out-of-tree kernel {module, exploit} development tool
|
||||
|
||||
grade: devel
|
||||
confinement: devmode
|
||||
|
||||
parts:
|
||||
out-of-tree:
|
||||
source: .
|
||||
plugin: go
|
||||
go-importpath: github.com/jollheef/out-of-tree
|
||||
after: [go]
|
||||
go:
|
||||
source-tag: go1.11.2
|
||||
source-depth: 1
|
||||
|
||||
apps:
|
||||
out-of-tree:
|
||||
command: out-of-tree
|
Loading…
Reference in New Issue
Block a user