generate cool dependency graph
This commit is contained in:
12
packages/curl.shrap
Normal file
12
packages/curl.shrap
Normal file
@@ -0,0 +1,12 @@
|
||||
(package
|
||||
(name "curl")
|
||||
(version "8.18.0")
|
||||
(homepage "https://curl.se/")
|
||||
(dependencies libopenssl libpsl)
|
||||
(src (tar
|
||||
(url "https://curl.se/download/curl-8.18.0.tar.gz")
|
||||
(dir "curl-8.18.0")
|
||||
(blake3 "f8ae3cff5077c358793d154d2fd9815272cb7590750309221ea63c953b261653")))
|
||||
(build
|
||||
(configure_make
|
||||
(configure_flags "--with-openssl"))))
|
||||
Reference in New Issue
Block a user