more packages

This commit is contained in:
2026-02-19 13:03:02 +01:00
parent 9fde568bee
commit 1a775ed217
27 changed files with 133 additions and 5 deletions

11
packages/nano.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "nano")
(version "8.7.1")
(homepage "https://www.nano-editor.org/")
(dependencies libncurses)
(src (tar
(url "https://www.nano-editor.org/dist/v8/nano-8.7.1.tar.gz")
(dir "nano-8.7.1")
(blake3 "ebdd105b77444b203a18afa4bada2c62379aaee88c527e3e891ba9bdf0e405c2")))
(build
(configure_make)))