mirror of
https://codeberg.org/hyperreal/go-torrent-helper
synced 2024-11-01 08:43:10 +01:00
How tf did 'qpackage' get there
This commit is contained in:
parent
a854f3863e
commit
d77638cba1
4
debian/main.go
vendored
4
debian/main.go
vendored
@ -1,11 +1,11 @@
|
||||
qpackage debian
|
||||
package debian
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
)
|
||||
|
||||
type Debian struct {
|
||||
|
@ -1,13 +1,13 @@
|
||||
qpackage fedora
|
||||
package fedora
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/PuerkitoBio/goquery"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
)
|
||||
|
||||
type Fedora struct {
|
||||
|
@ -1,4 +1,4 @@
|
||||
qpackage nixos
|
||||
package nixos
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@ -6,8 +6,8 @@ import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
)
|
||||
|
||||
type Nixos struct {
|
||||
|
@ -1,13 +1,13 @@
|
||||
qpackage parrot
|
||||
package parrot
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/PuerkitoBio/goquery"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
)
|
||||
|
||||
type Parrot struct {
|
||||
|
@ -1,13 +1,13 @@
|
||||
qpackage qubes
|
||||
package qubes
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/PuerkitoBio/goquery"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
)
|
||||
|
||||
type Qubes struct {
|
||||
|
@ -1,13 +1,13 @@
|
||||
qpackage rocky
|
||||
package rocky
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
"github.com/PuerkitoBio/goquery"
|
||||
"github.com/hekmon/transmissionrpc"
|
||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||
)
|
||||
|
||||
type Rocky struct {
|
||||
|
Loading…
Reference in New Issue
Block a user