Files
guru/dev-util/fpm/files/fpm-0.8.1_fpm_toml.patch
Sergey Torokhov 46bab8888d dev-util/fpm: 0.8.1 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2023-04-19 03:21:41 +03:00

21 lines
607 B
Diff

diff -Naur a/fpm.toml b/fpm.toml
--- a/fpm.toml
+++ b/fpm.toml
@@ -5,13 +5,9 @@
maintainer = ""
copyright = "2020 fpm contributors"
-[dependencies]
-toml-f.git = "https://github.com/toml-f/toml-f"
-toml-f.rev = "54686e45993f3a9a1d05d5c7419f39e7d5a4eb3f"
-M_CLI2.git = "https://github.com/urbanjost/M_CLI2.git"
-M_CLI2.rev = "7264878cdb1baff7323cc48596d829ccfe7751b8"
-jonquil.git = "https://github.com/toml-f/jonquil"
-jonquil.rev = "05d30818bb12fb877226ce284b9a3a41b971a889"
+[build]
+external-modules = ["tomlf","jonquil","m_cli2"]
+link = ["toml-f","jonquil","M_CLI2"]
[[test]]
name = "cli-test"