2018-12-02 02:26:22 +00:00
|
|
|
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
|
|
|
|
|
2018-12-02 02:55:56 +00:00
|
|
|
grade: stable
|
|
|
|
confinement: classic
|
2018-12-02 02:26:22 +00:00
|
|
|
|
|
|
|
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
|