dev-util/fpm: drop old 0.7.0-r2

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2023-06-03 00:01:59 +03:00
parent 123377962d
commit 56cbe1750b
3 changed files with 0 additions and 138 deletions

View File

@@ -1,21 +0,0 @@
diff -Naur a/fpm.toml b/fpm.toml
--- a/fpm.toml
+++ b/fpm.toml
@@ -5,14 +5,9 @@
maintainer = ""
copyright = "2020 fpm contributors"
-[dependencies]
-[dependencies.toml-f]
-git = "https://github.com/toml-f/toml-f"
-rev = "e49f5523e4ee67db6628618864504448fb8c8939"
-
-[dependencies.M_CLI2]
-git = "https://github.com/urbanjost/M_CLI2.git"
-rev = "ea6bbffc1c2fb0885e994d37ccf0029c99b19f24"
+[build]
+external-modules = ["tomlf", "m_cli2"]
+link = ["toml-f","M_CLI2"]
[[test]]
name = "cli-test"