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/groff.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "groff")
(version "1.23.0")
(homepage "https://www.gnu.org/software/groff/")
(dependencies perl m4 make)
(src (tar
(url "https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz")
(dir "groff-1.23.0")
(blake3 "f6f8d6cef4287c8d5b0f3f11c826c47ba25ef8b9e22e1d1fc2727b7930e349e8")))
(build
(configure_make)))