Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Added snap package for linux development workflows #273

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ debug.test
.grifter/
*-packr.go
.idea/

packr2_*.snap
23 changes: 23 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: packr2
base: core18
version: '2.8.0'
summary: The simple and easy way to embed static files into Go binaries.
description: |
The simple and easy way to embed static files into Go binaries.

grade: stable # devel/stable
confinement: strict # devmode/strict

parts:
packr2:
plugin: go
source-type: git
source-tag: v2.8.0
source: .
source-subdir: ./v2
go-importpath: github.com/gobuffalo/packr
build-packages:
- gcc
apps:
packr2:
command: bin/packr2