# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        MorbZ OpenSansEmoji e76f1200b1892f1e154fe844671ac391ed433f9f
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
# version is commit date
version             2013.06.03
categories-append   graphics
license             Apache-2
maintainers         nomaintainer
supported_archs     noarch
platforms           any

description         OpenSans based font which includes the full iOS Emoji set
long_description    {*}${description}.

homepage            https://github.com/MorbZ/OpenSansEmoji

checksums           rmd160  ca9610a83184188c7f2b48c6a45207f61108a9c2 \
                    sha256  8e7a435be5b24a1bd6a49d07b64605100902d1a88cf765bbbf79012d9a04d5b9 \
                    size    834709

use_configure       no

build               {}

destroot {
    xinstall -d ${destroot}${prefix}/share/${name}
    xinstall -W ${worksrcpath} -m 0644 \
                    ${name}.otf ${name}.ttf README.md \
                    ${destroot}${prefix}/share/${name}
}
