mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
47 lines
1.4 KiB
Tcl
47 lines
1.4 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
|
|
PortGroup python 1.0
|
|
PortGroup qt5 1.0
|
|
|
|
github.setup doug-101 ConvertAll 0.8.0 v
|
|
revision 1
|
|
|
|
python.default_version 310
|
|
|
|
qt5.min_version 5.4
|
|
|
|
name convertall
|
|
license GPL-2+
|
|
categories math science
|
|
platforms any
|
|
maintainers {@khorton kilohotel.com:kevin01} openmaintainer
|
|
supported_archs noarch
|
|
|
|
description Extremely flexible unit converter
|
|
|
|
long_description ConvertAll has a large database of units, and allows conversions \
|
|
that use multiple units, e.g. convert from feet per decade to \
|
|
nautical miles per fortnight.
|
|
|
|
homepage http://convertall.bellz.org
|
|
github.tarball_from releases
|
|
distname ${name}-${version}
|
|
worksrcdir ${github.project}
|
|
|
|
checksums rmd160 89fcc2aa9bad7ecc1de7bee4edea68fdff39706a \
|
|
sha256 624c8a792b0bc7ff3776499c2c743b32273569efd0567615e570a7e739e8d521 \
|
|
size 281055
|
|
|
|
depends_lib-append port:py${python.version}-pyqt5
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot.cmd ${python.bin} install.py
|
|
destroot.target
|
|
destroot.args -p ${prefix}
|
|
destroot.destdir -b ${destroot}
|