mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-07 19:19:55 +00:00
rosenthal: Add sidebery-icecat.
* rosenthal/packages/binaries.scm (sidebery,sidebery/icecat): New variables.
This commit is contained in:
parent
79f92602d6
commit
c7986b5d58
@ -121,6 +121,7 @@ Binary Packages / 二進制包:
|
|||||||
+ mihomo-bin
|
+ mihomo-bin
|
||||||
+ miniflux-injector-icecat
|
+ miniflux-injector-icecat
|
||||||
+ shadow-tls-bin
|
+ shadow-tls-bin
|
||||||
|
+ sidebery-icecat
|
||||||
+ sing-box-bin
|
+ sing-box-bin
|
||||||
+ tailscale-bin
|
+ tailscale-bin
|
||||||
+ wakapi-bin
|
+ wakapi-bin
|
||||||
|
@ -308,6 +308,35 @@ (define-public shadow-tls-bin
|
|||||||
monster-in-the-middle}.")
|
monster-in-the-middle}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define sidebery
|
||||||
|
(package
|
||||||
|
(name "sidebery")
|
||||||
|
(version "5.2.0.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch/zipbomb)
|
||||||
|
(uri (string-append
|
||||||
|
"https://github.com/mbnuqw/sidebery/releases/download/v"
|
||||||
|
(string-drop-right version 2) "/sidebery-" version ".xpi"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0wb8rmq25sjnlig3pi1ix2kb8x91pilhh9ag4mk2yqsv9r4gcpw8"))))
|
||||||
|
(build-system copy-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:install-plan
|
||||||
|
#~'(("." #$(assq-ref (package-properties this-package) 'addon-id)))))
|
||||||
|
(home-page "https://github.com/mbnuqw/sidebery")
|
||||||
|
(synopsis "Manage tabs and bookmarks in sidebar")
|
||||||
|
(description
|
||||||
|
"This package provides a browser extension for managing tabs and bookmarks
|
||||||
|
in sidebar.")
|
||||||
|
(license license:expat)
|
||||||
|
(properties '((addon-id . "{3c078156-979c-498b-8990-85f7987dd929}")))))
|
||||||
|
|
||||||
|
(define-public sidebery/icecat
|
||||||
|
(make-icecat-extension sidebery))
|
||||||
|
|
||||||
(define-public sing-box-bin
|
(define-public sing-box-bin
|
||||||
(package
|
(package
|
||||||
(name "sing-box-bin")
|
(name "sing-box-bin")
|
||||||
|
Loading…
Reference in New Issue
Block a user