1
0
Fork 0

Support snap

timestamps
dump_stack() 2018-12-02 02:26:22 +00:00
parent 7199854f44
commit 287ce68c6e
Signed by: dump_stack
GPG Key ID: D90D0727C1FEBEAB
2 changed files with 31 additions and 0 deletions

9
.gitignore vendored
View File

@ -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
View 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