30 lines
1.0 KiB
Ada
30 lines
1.0 KiB
Ada
package Alire.Index.Template is
|
|
|
|
-- A Template with common fields ready to save-as
|
|
|
|
-- Prj_Name : constant Project_Name := "";
|
|
-- Prj_Desc : constant Project_Description := "";
|
|
-- Prj_Repo : constant URL := "";
|
|
--
|
|
-- Prj_Author : constant String := "";
|
|
-- Prj_Maintainer : constant String := "";
|
|
-- Prj_Website : constant URL := "";
|
|
|
|
-- V_0_0_0 : constant Release :=
|
|
-- Register (Prj_Name,
|
|
-- V (""),
|
|
-- Prj_Desc,
|
|
-- Git (Prj_Repo, "commit"),
|
|
-- Properties =>
|
|
-- GPR_File ("") and
|
|
--
|
|
-- Executable ("main") and
|
|
--
|
|
-- Author (Prj_Author) and
|
|
-- Maintainer (Prj_Maintainer) and
|
|
-- Website (Prj_Website) and
|
|
-- License (GMGPL_2_0)
|
|
-- );
|
|
|
|
end Alire.Index.Template;
|