Remove snap support
This commit is contained in:
parent
f8b3f5fbaf
commit
257ff0cb7f
9
.gitignore
vendored
9
.gitignore
vendored
@ -10,12 +10,3 @@
|
|||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Snap
|
|
||||||
parts
|
|
||||||
prime
|
|
||||||
stage
|
|
||||||
snap/.snapcraft
|
|
||||||
squashfs-root
|
|
||||||
*.snap
|
|
||||||
*_source.tar.bz2
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[![Build Status](https://travis-ci.org/jollheef/out-of-tree.svg?branch=master)](https://travis-ci.org/jollheef/out-of-tree)
|
[![Build Status](https://travis-ci.org/jollheef/out-of-tree.svg?branch=master)](https://travis-ci.org/jollheef/out-of-tree)
|
||||||
[![Snap Status](https://build.snapcraft.io/badge/jollheef/out-of-tree.svg)](https://build.snapcraft.io/user/jollheef/out-of-tree)
|
|
||||||
|
|
||||||
# [out-of-tree](https://out-of-tree.io)
|
# [out-of-tree](https://out-of-tree.io)
|
||||||
|
|
||||||
@ -26,10 +25,6 @@ Also do not forget to set GOPATH and PATH e.g.:
|
|||||||
$ brew install go qemu
|
$ brew install go qemu
|
||||||
$ brew cask install docker
|
$ brew cask install docker
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/out-of-tree)
|
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
||||||
$ go get -u github.com/jollheef/out-of-tree
|
$ go get -u github.com/jollheef/out-of-tree
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
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: stable
|
|
||||||
confinement: classic
|
|
||||||
|
|
||||||
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