remove butler

This commit is contained in:
Peter Tillemans 2024-06-06 21:28:33 +02:00
parent ed52b1f5d4
commit 7af25724b2

View file

@ -12,32 +12,6 @@
(define-public butler
(package
(name "butler")
(version "15.21.0")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
"https://broth.itch.ovh/butler/linux-amd64/" version "/archive/default"))
(sha256
(base32
"071frbwjclb0g9gkfh2lxcbkk4c57jhppr8f3dhcgbswvvmgqh5n"))))
(build-system binary-build-system)
(arguments
(list #:install-plan #~'(("butler" "bin/") ("7z.so" "lib") ("libc7zip.so" "lib"))
#:patchelf-plan #~'(("butler"))
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'chmod
(lambda _
(chmod "butler" #o755))))))
(inputs (list glibc))
(supported-systems '("x86_64-linux"))
(home-page "https://github.com/itchio/butler")
(synopsis "Itch.io command line tools")
(description "A command line interface to Itch.io which enables automated game project uploads.")
(license license:expat)))
(define-public gradle
(package
(name "gradle")