zip, unzip, caddy, nmap, parted

This commit is contained in:
2026-02-22 19:49:43 +01:00
parent 21e48585b5
commit e5e2980938
13 changed files with 123 additions and 7 deletions

11
packages/parted.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "parted")
(version "3.6")
(homepage "https://www.gnu.org/software/parted/")
(dependencies util-linux libdevmapper libreadline)
(src (tar
(url "https://ftp.gnu.org/gnu/parted/parted-3.6.tar.xz")
(dir "parted-3.6")
(blake3 "30815d1a15a87a1d95aa1b3bb167662e17e244f9c262cabc79c4131d4a7bd0c6")))
(build
(configure_make)))