Initial Commit

This commit is contained in:
2021-05-28 23:00:17 -07:00
commit b3cd52a8c7
14 changed files with 668 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
go build
go build ./cmd/webview-permafrost
install:
install -Dm755 permafrost $(PREFIX)/usr/bin/permafrost
install -Dm755 webview-permafrost $(PREFIX)/usr/bin/webview-permafrost
install -Dm644 permafrost.desktop $(PREFIX)/usr/share/applications/permafrost.desktop
install -Dm644 default.png $(PREFIX)/usr/share/pixmaps/permafrost.png