# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        keystone-engine keystone 0.9.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories          devel
license             GPL-2
platforms           darwin linux

homepage            https://www.keystone-engine.org/

description         Keystone is a multi-arch, multi-platform assembler framework \
                    for Arm, Arm64 (AArch64/Armv8), MIPS, Sparc, PowerPC, x86 \
                    (16/32/64-bit), SystemZ, Hexagon and more.

long_description    {*}${description} It is clean/simple/lightweight with an \
                    architecture-neutral API, and implemented in C/C++ with \
                    bindings for Java, MASM, C#, PowerShell, Perl, Python, \
                    NodeJS, Ruby, Go, Rust, Haskell, VB6 & OCaml available. It \
                    is based on LLVM, and has native support for Windows & \
                    *nix (with macOS, Linux, *BSD & Solaris confirmed).

maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  bef285e41a23a26aa2763adea26bbb5ea36d55c3 \
                    sha256  2725d30768931c8f54cbadd51cba41da8b0fa722a029449e3f34acc35d922973 \
                    size    4433601

cmake.build_type    RELEASE