# -*- 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

epoch               1
github.setup        fontforge libuninameslist 20230916
categories          devel textproc
maintainers         nomaintainer
license             Permissive

description         A Library of Unicode annotation data

long_description    The Unicode consortium provides a file containing \
                    annotations on many unicode characters. This library \
                    contains a compiled version of this file so that programs \
                    can access these data easily.

checksums           rmd160  8148f604be30926198b81165de106be7054e4065 \
                    sha256  da3614f596d018753ed609e4c2c2e79cd2325586b1d5bc2fe92a3e26e45902f2 \
                    size    952278
github.tarball_from archive

use_autoreconf      yes

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} COPYING LICENSE README \
        ${destroot}${prefix}/share/doc/${name}
}

test.run           yes
test.target        check
