You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
811 B
Tcl
26 lines
811 B
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 create-dmg create-dmg 1.2.3 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories sysutils
|
|
supported_archs noarch
|
|
platforms any
|
|
license MIT
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description A shell script to build fancy DMGs
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 a810d02553e2ce86390a5578a3d3160ab8d63b26 \
|
|
sha256 8cf7b4ae540801171f4f630f1f2956913aaa87483b7ac03458f52b6cd0c48953 \
|
|
size 47560
|
|
|
|
use_configure no
|
|
build {}
|
|
destroot.args prefix=${prefix}
|