First approach
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user