diff --git a/upt_macports/templates/base.Portfile b/upt_macports/templates/base.Portfile index b3aa0e7..8d6e162 100644 --- a/upt_macports/templates/base.Portfile +++ b/upt_macports/templates/base.Portfile @@ -4,16 +4,29 @@ PortSystem 1.0 {% block portgroup %} {% endblock %} +# Portfile generated/maintained using the Universal Packaging Tool (upt) + {% block nameversion %} {% endblock %} -maintainers nomaintainer +# categories-append +platforms darwin +# uncomment the following line if no architecture-dependent files are installed, otherwise remove +# supported_archs noarch +license {{ pkg.licenses }} +maintainers {example.org:julesverne @GitHub-handle} openmaintainer + description {{ pkg.upt_pkg.summary }} long_description ${description} platforms darwin -# uncomment and edit the following line depending on whether the port installs architecture-dependent files +# uncomment the following line if no architecture-dependent files are installed, otherwise remove # supported_archs noarch +licenses {{ pkg.licenses }} +maintainers {example.org:julesverne @GitHub-handle} openmaintainer + +description {{ pkg.upt_pkg.summary }} +long_description ${description} {% block dist_info %} {% endblock -%} @@ -24,8 +37,6 @@ platforms darwin {{ "use_%-15s yes"|format(pkg.archive_type) }} {% endif %} -licenses {{ pkg.licenses }} - checksums sha256 {{ pkg.upt_pkg.archives[0].sha256 }} \ rmd160 {{ pkg.upt_pkg.archives[0].rmd160 }} \ size {{ pkg.upt_pkg.archives[0].size }}