package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
729 B

package "zlib"
set_homepage "http://www.zlib.net"
set_description "A Massively Spiffy Yet Delicately Unobtrusive Compression Library"
set_urls ("http://zlib.net/zlib-$(version).tar.gz",
"https://downloads.sourceforge.net/project/libpng/zlib/$(version)/zlib-$(version).tar.gz")
set_versions ("1.2.10", "1.2.11")
set_sha256s ("8d7e9f698ce48787b6e1c67e6bff79e487303e66077e25cb9784ac8835978017",
"c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1")
-- TODO
on_build(function (package)
end)
-- TODO
on_install(function (package)
end)
-- TODO
on_test(function (package)
end)