Don't really understand how to add GO dependency.

This page summarizes the projects mentioned and recommended in the original post on /r/flatpak

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • discordlogin

    An automated Discord token grabber, for use with gtkcord3

  • { "name": "gowebview", "buildsystem": "simple", "build-options": { "env": { "GOBIN": "/app/bin/" } }, "build-commands": [ ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; go env -w GO111MODULE=off; go install github.com/webview/webview" ], "sources":[ { "type": "git", "url": "https://github.com/webview/webview", "commit": "9c1b0a888aa40039d501c1ea9f60b22a076a25ea", "dest": "src/github.com/webview/webview" } ] }, { "name": "discordlogin", "buildsystem": "simple", "build-options": { "env": { "GOBIN": "/app/bin/" } }, "build-commands": [ "mkdir -p src/github.com/diamondburned/discordlogin; mv -vn ./* src/github.com/diamondburned/discordlogin; . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; go env -w GO111MODULE=off; go install github.com/diamondburned/discordlogin" ], "sources": [ { "type": "git", "url": "https://github.com/diamondburned/discordlogin", "commit": "5772dfbb1dc132263b1ba396c478a93937710880" }, { "type": "patch", "path":"./patches/0002-fix-webview-dependency.patch", "use-git": true } ] },

  • flatpak-builder-tools

    Various helper tools for flatpak-builder

  • I checked the flatpak-builder-tools repo for something useful, and I found this. https://github.com/flatpak/flatpak-builder-tools/tree/master/go-get .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • webview

    Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

  • { "name": "gowebview", "buildsystem": "simple", "build-options": { "env": { "GOBIN": "/app/bin/" } }, "build-commands": [ ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; go env -w GO111MODULE=off; go install github.com/webview/webview" ], "sources":[ { "type": "git", "url": "https://github.com/webview/webview", "commit": "9c1b0a888aa40039d501c1ea9f60b22a076a25ea", "dest": "src/github.com/webview/webview" } ] }, { "name": "discordlogin", "buildsystem": "simple", "build-options": { "env": { "GOBIN": "/app/bin/" } }, "build-commands": [ "mkdir -p src/github.com/diamondburned/discordlogin; mv -vn ./* src/github.com/diamondburned/discordlogin; . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; go env -w GO111MODULE=off; go install github.com/diamondburned/discordlogin" ], "sources": [ { "type": "git", "url": "https://github.com/diamondburned/discordlogin", "commit": "5772dfbb1dc132263b1ba396c478a93937710880" }, { "type": "patch", "path":"./patches/0002-fix-webview-dependency.patch", "use-git": true } ] },

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts