mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.1 KiB
Tcl
41 lines
1.1 KiB
Tcl
# -*- 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 matteocorti roll 2.6.0 v
|
|
categories games
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
|
|
description Dice roller
|
|
|
|
long_description rolls a user-defined dice sequence
|
|
|
|
homepage https://matteocorti.github.io/roll/
|
|
|
|
github.tarball_from releases
|
|
checksums rmd160 b40f481fb37cb6326743f79ff6a394d991efae92 \
|
|
sha256 f550e91a4a483a567cfe5ff59fecebce81b01b48e330f80cb7ffe817a4e21460 \
|
|
size 155558
|
|
|
|
use_parallel_build yes
|
|
|
|
depends_build bin:lex:flex \
|
|
bin:bison:bison
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
COPYING \
|
|
COPYRIGHT \
|
|
NEWS \
|
|
README \
|
|
TODO \
|
|
${destroot}${docdir}
|
|
}
|