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
|
|
PortGroup python 1.0
|
|
|
|
name tuir
|
|
version 1.29.0
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
categories net
|
|
|
|
python.default_version \
|
|
310
|
|
|
|
maintainers {gmail.com:srirangav @srirangav} openmaintainer
|
|
|
|
description Browse Reddit from your terminal
|
|
long_description A text-based interface (TUI) to view and interact with \
|
|
Reddit from your terminal.
|
|
|
|
homepage https://gitlab.com/ajak/tuir
|
|
|
|
checksums rmd160 55d833ad20a50b9675f8be750b56ee81cb93b4a9 \
|
|
sha256 311d4874d194cc10b791834d735d478d02f306aca8766dc9cf0bde15c100ab1b \
|
|
size 17729141
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-six \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-beautifulsoup4 \
|
|
port:py${python.version}-decorator \
|
|
port:py${python.version}-kitchen
|