rosenthal: rclone-bin: Deprecate package.

This commit is contained in:
Hilton Chain 2025-12-04 15:20:40 +08:00
parent d6b51182ab
commit f15c27b931
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -244,28 +244,7 @@ with the Subsonic API.")
(properties '((upstream-name . "navidrome")
(disable-updater? . #t)))))
(define-public rclone-bin
(package
(inherit rclone)
(name "rclone-bin")
(version "1.71.0")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
"https://github.com/rclone/rclone/releases/download/v"
version "/rclone-v" version "-linux-amd64.zip"))
(sha256
(base32
"14wyd767nbk3whgfvblb3kpiyzskcqbq61nh1jq6wbpg6pawznrx"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
#~'((#$(string-append "rclone-v" (package-version this-package)
"-linux-amd64/rclone")
"bin/rclone"))))
(supported-systems '("x86_64-linux"))
(properties '((upstream-name . "rclone")
(disable-updater? . #t)))))
(define-deprecated-package rclone-bin rclone)
(define-public shadow-tls-bin
(package