
    xhe                         d Z d ZddZd ZdS )zThis file is an example of the structure that any add-on module for a new language should have.

You can have structure beyond this, but this is a minimum of what conda-build will look for.c                     | dk    S )zuThis is a simple function returning True/False for if a requested package string exists
    in the add-on repository.frank )package_names    Glib/python3.11/site-packages/conda_build/skeletons/_example_skeleton.pypackage_existsr      s     7""    .c                 B    t          |            t          |           dS )zThis is the main work function that coordinates retrieval of the foreign recipe and outputs
    the conda recipe skeleton.

    Arguments here should match the arguments for the parser below.N)print)packages
output_dirs     r   skeletonizer      s#    
 
(OOO	*r   c                 d    |                      dd          }|                    ddd           dS )	zAdds a parser entry so that your addition shows up as

    conda skeleton my_repo

    And also provides the arguments that your parser accepts.
    my_repozG
    Create recipe skeleton for packages hosted on my-repo.org
        )helpr   +z0my-repo packages to create recipe skeletons for.)nargsr   N)
add_parseradd_argument)reposr   s     r   r   r      sU        G ?     4r   N)r	   )__doc__r   r   r   r   r   r   <module>r      sM   ` `
# # #       r   