From 4490d943416ad2eec686b4ae1203607b4fdfc684 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Wed, 14 Sep 2022 09:50:14 +0200 Subject: [PATCH] hello 1.0.2, libhello 1.0.1 (#628) Add Alire manifests and enable use of configuration Co-authored-by: GHA --- index/he/hello/hello-1.0.2.toml | 20 ++++++++++++++++++++ index/li/libhello/libhello-1.0.1.toml | 15 +++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 index/he/hello/hello-1.0.2.toml create mode 100644 index/li/libhello/libhello-1.0.1.toml diff --git a/index/he/hello/hello-1.0.2.toml b/index/he/hello/hello-1.0.2.toml new file mode 100644 index 00000000..f274b032 --- /dev/null +++ b/index/he/hello/hello-1.0.2.toml @@ -0,0 +1,20 @@ +name = "hello" +description = "'Hello, world!' demonstration project" +version = "1.0.2" +tags = ["hello", "demo"] +licenses = "MIT" +website = "https://github.com/alire-project/hello" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +executables = ["hello"] + +[[depends-on]] +libhello = "^1.0" + +[origin] +commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed" +url = "git+https://github.com/alire-project/hello.git" + diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml new file mode 100644 index 00000000..dcc9d0d1 --- /dev/null +++ b/index/li/libhello/libhello-1.0.1.toml @@ -0,0 +1,15 @@ +name = "libhello" +description = "Basic library demonstration project" +version = "1.0.1" +tags = ["hello", "demo", "library"] +licenses = "MIT" +website = "https://github.com/alire-project/libhello" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +[origin] +commit = "3c15bc7f3df22298077c9e96f178adc2829feb42" +url = "git+https://github.com/alire-project/libhello.git" +