First approach

This commit is contained in:
Jano at Zelda
2018-01-26 17:38:36 +01:00
parent b14bcd40d5
commit bcb199257a
8 changed files with 164 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
package Alire.Index.Hello is
Hello : constant Project := Git_Project ("hello",
"git@bitbucket.org:aleteolabs/hello.git");
V_1_0_0 : constant Milestone := Register (Git_Release (
Hello,
V ("1.0.0"),
"8cac0afddc505794ae3e5634745ce0830129d241"));
end Alire.Index.Hello;
+11
View File
@@ -0,0 +1,11 @@
package Alire.Index.Libhello is
Libhello : constant Project := Git_Project ("libhello",
"git@bitbucket.org:aleteolabs/libhello.git");
V_1_0_0 : constant Milestone := Register (Git_Release (
Libhello,
V ("1.0.0"),
"ce78e7706c9d3f97605df48d8befca5407f8d328"));
end Alire.Index.Libhello;