mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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
|
|
|
|
name aephea
|
|
version 12-248
|
|
revision 0
|
|
checksums rmd160 8f07fd0b2bd26950e8654f6a12580dabb34d8bda \
|
|
sha256 abd60ef3b7750ee9d61156a40f07d0781732b74026335ce446f8e5cc13cfdd19 \
|
|
size 223761
|
|
|
|
categories textproc
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license GPL-3+
|
|
supported_archs noarch
|
|
platforms any
|
|
|
|
description effective and adaptable HTML authoring
|
|
|
|
long_description ${name} offers {*}${description}.
|
|
|
|
homepage https://micans.org/aephea/
|
|
master_sites ${homepage}src/
|
|
|
|
depends_run port:zoem
|
|
|
|
# Destroot fails with the old 2012 configure script unless it is
|
|
# regenerated and GNU mkdir is available. I reported this to the
|
|
# developer by email.
|
|
depends_build path:libexec/coreutils/libstdbuf.so:coreutils
|
|
use_autoreconf yes
|
|
|
|
livecheck.type regex
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
livecheck.regex ${name}-(\[0-9-\]+)[quotemeta ${extract.suffix}]
|