Skip to content

Commit

Permalink
Update layout of base.Portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Korusuke committed May 23, 2019
1 parent 6cecd67 commit ef45836
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions upt_macports/templates/base.Portfile
Expand Up @@ -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 -%}
Expand All @@ -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 }}
Expand Down

0 comments on commit ef45836

Please sign in to comment.