# -*- 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
PortGroup           makefile 1.0

github.setup        anestisb android-simg2img 1.1.5
github.tarball_from archive
name                simg2img
revision            0
categories          sysutils
maintainers         nomaintainer
license             Apache-2

description         Convert Android sparse images to raw images (and vise-versa)

long_description    {*}${description}

checksums           rmd160  99c44b33f810f025866fd471cfcbc59c50e63dad \
                    sha256  d9e9ec2c372dbbb69b9f90b4da24c89b092689e45cd5f74f0e13003bc367f3fc \
                    size    23971

depends_lib-append  port:zlib

makefile.has_destdir \
                    no

makefile.override-append \
                    PREFIX

compiler.cxx_standard 2017
