even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/lsof.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "lsof")
(version "4.99.5")
(homepage "https://lsof.readthedocs.io/en/latest/")
(dependencies make groff)
(src (tar
(url "https://github.com/lsof-org/lsof/releases/download/4.99.5/lsof-4.99.5.tar.gz")
(dir "lsof-4.99.5")
(blake3 "d3a052cfbbea5d9be5e453fd1bdc61f8adc9bb38344a5b5e1707667bca7ea02a")))
(build
(configure_make)))