# $Id: Portfile 74352 2010-12-14 00:00:28Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           xcode 1.0

name                arq_restore
categories          sysutils
version             0.0.1
platforms           darwin
license             MIT
maintainers         singingwolfboy openmaintainer
description         Command-line utility for restoring from backups created by Arq.
long_description    \
    ${description} http://www.haystacksoftware.com/arq/

homepage            https://github.com/sreitshamer/${name}
fetch.type          git
git.url             https://github.com/sreitshamer/${name}.git
git.branch          662ca44c4a05a4ad8fce

supported_archs     i386

post-destroot {
    set docdir ${destroot}${prefix}/share/doc/${name}
    xinstall -d ${docdir}
    copy ${worksrcpath}/README.markdown ${docdir}
}