resolving dependencies

This commit is contained in:
2026-02-15 16:08:12 +01:00
parent a19e668908
commit 9dc1068034
11 changed files with 156 additions and 18 deletions

12
packages/postgresql.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "postgresql")
(version "18.2")
(homepage "https://www.postgresql.org/")
(dependencies pkg-config bison flex perl libreadline zlib)
(src (tar
(url "https://ftp.postgresql.org/pub/source/v18.2/postgresql-18.2.tar.gz")
(dir "postgresql-18.2")
(blake3 "ae352f4fecabf9ada3fe22e46f952507d6970864b6f9494d7a7e3b65bd009463")))
(build
(configure_make
(configure_flags "--without-icu"))))