mirror of
https://codeberg.org/hyperreal/go-torrent-helper
synced 2024-11-25 12:13:41 +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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/hekmon/transmissionrpc"
|
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
|
"github.com/hekmon/transmissionrpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Debian struct {
|
type Debian struct {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
qpackage fedora
|
package fedora
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
"github.com/PuerkitoBio/goquery"
|
"github.com/PuerkitoBio/goquery"
|
||||||
"github.com/hekmon/transmissionrpc"
|
"github.com/hekmon/transmissionrpc"
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Fedora struct {
|
type Fedora struct {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
qpackage nixos
|
package nixos
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
@ -6,8 +6,8 @@ import (
|
|||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/hekmon/transmissionrpc"
|
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
|
"github.com/hekmon/transmissionrpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Nixos struct {
|
type Nixos struct {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
qpackage parrot
|
package parrot
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
"github.com/PuerkitoBio/goquery"
|
"github.com/PuerkitoBio/goquery"
|
||||||
"github.com/hekmon/transmissionrpc"
|
"github.com/hekmon/transmissionrpc"
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Parrot struct {
|
type Parrot struct {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
qpackage qubes
|
package qubes
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
"github.com/PuerkitoBio/goquery"
|
"github.com/PuerkitoBio/goquery"
|
||||||
"github.com/hekmon/transmissionrpc"
|
"github.com/hekmon/transmissionrpc"
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Qubes struct {
|
type Qubes struct {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
qpackage rocky
|
package rocky
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
||||||
"github.com/PuerkitoBio/goquery"
|
"github.com/PuerkitoBio/goquery"
|
||||||
"github.com/hekmon/transmissionrpc"
|
"github.com/hekmon/transmissionrpc"
|
||||||
"git.sr.ht/~hyperreal/go-torrent-helper/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Rocky struct {
|
type Rocky struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user