26 lines
736 B
Ada
26 lines
736 B
Ada
package Alire.Index.Template is
|
|
|
|
-- function Project is new Catalogued_Project
|
|
-- ("description");
|
|
--
|
|
-- Repo : constant URL := "";
|
|
--
|
|
-- Base_Properties : constant Release_Properties :=
|
|
-- Author ("") and
|
|
-- Maintainer ("") and
|
|
-- Website ("") and
|
|
-- License (Unknown);
|
|
|
|
-- V_0_0_0 : constant Release :=
|
|
-- Project.Register
|
|
-- (V (""),
|
|
-- Git (Prj_Repo, "commit"),
|
|
--
|
|
-- Notes => "",
|
|
--
|
|
-- Properties =>
|
|
-- Base_Properties
|
|
-- );
|
|
|
|
end Alire.Index.Template;
|