mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-12-13 15:44:43 +00:00
rosenthal: rclone-bin: Deprecate package.
This commit is contained in:
parent
d6b51182ab
commit
f15c27b931
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user