gopakgen

command module
v0.0.0-...-244cff3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: MIT Imports: 16 Imported by: 0

README

gopakgen

gopakgen generates a list of Flatpak manifest sources for a given Go module and prints them to stdout. For example,

$ gopakgen deedles.dev/gopakgen # Prints the sources for the latest version of this package.
$ gopakgen tailscale.com@v1.16.2 # Prints the sources for version v1.16.2 of tailscale.com.

To use the list, simply pipe it into a file and import it into your manifest:

$ gopakgen deedles.dev/trayscale > trayscale.deps.json
manifest.yml
modules:
  - name: example
    buildsystem: simple
    sources:
    - trayscale.deps.json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL