1
0
mirror of https://codeberg.org/hako/Rosenthal.git synced 2025-01-06 10:46:00 +00:00

rosenthal: Add sidebery-icecat.

* rosenthal/packages/binaries.scm (sidebery,sidebery/icecat): New variables.
This commit is contained in:
Hilton Chain 2024-12-12 13:47:09 +08:00
parent 79f92602d6
commit c7986b5d58
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 30 additions and 0 deletions
README.org
rosenthal/packages

View File

@ -121,6 +121,7 @@ Binary Packages / 二進制包:
+ mihomo-bin
+ miniflux-injector-icecat
+ shadow-tls-bin
+ sidebery-icecat
+ sing-box-bin
+ tailscale-bin
+ wakapi-bin

View File

@ -308,6 +308,35 @@ (define-public shadow-tls-bin
monster-in-the-middle}.")
(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
(package
(name "sing-box-bin")