Files
alire-index-community/index/alire-index-template.ads
T
Alejandro R. Mosteo 05ebc5b815 more releases
2018-03-04 23:48:10 +01:00

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;