summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-03-25 22:41:40 +0800
committerruki <[email protected]>2019-03-25 10:10:02 +0800
commitda16a653c79fb3b5c5d80543ab89a19a187d9bb6 (patch)
tree71a174b7a9d1831bb433cc7f2bcf5259e4ec7de5
parent8aa3277936c2d653c814e1ce3740a33d102dbc75 (diff)
improve patch package
-rw-r--r--xmake/repository/packages/p/patch/xmake.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmake/repository/packages/p/patch/xmake.lua b/xmake/repository/packages/p/patch/xmake.lua
index 590cbd32e..8031b0ca0 100644
--- a/xmake/repository/packages/p/patch/xmake.lua
+++ b/xmake/repository/packages/p/patch/xmake.lua
@@ -11,19 +11,10 @@ package("patch")
else
add_urls("https://ftp.gnu.org/gnu/patch/patch-$(version).tar.bz2", {alias = "gnuftp"})
add_urls("https://github.com/xmake-mirror/patch/archive/v$(version).tar.gz", {alias = "github"})
- add_urls("https://github.com/xmake-mirror/patch.git",
- "https://gitlab.com/xmake-mirror/patch.git",
- "https://gitee.com/xmake-mirror/patch.git")
add_versions("gnuftp:2.7.6", "3d1d001210d76c9f754c12824aa69f25de7cb27bb6765df63455b77601a0dcc9")
add_versions("github:2.7.6", "33d5a86bad9813b27dbbe890123d0b88fbcc74d5d997aeadde60c670a2bd0eb9")
- add_versions("2.7.6", "v2.7.6")
end
- --[[
- if is_plat("macosx", "linux") then
- add_deps("autoconf", "automake")
- end]]
-
on_install("windows", function (package)
os.cp("bin/*", package:installdir("bin"))
end)