Files
Joshua Root 9b152ee4aa office/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 01:32:42 +11:00

44 lines
1.8 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
github.setup jrnl-org jrnl 4.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
maintainers nomaintainer
categories office python
description ${name} is a simple journal application for your command line.
long_description {*}${description} Journals are stored as human readable plain \
text files - you can put them into a Dropbox folder for \
instant syncing and you can be assured that your journal \
will still be readable in 2050, when all your fancy iPad \
journal applications will long be forgotten.
platforms {darwin any}
supported_archs noarch
license GPL-3
homepage https://jrnl.sh/
checksums rmd160 ec59918056e1efcb8503c7b0eb3b9eeb7de27c2a \
sha256 9c7d34c7ba4c6312c4abbeaaa98e1d64e16b255aee80c59c45d363794e0c0b68 \
size 671535
python.default_version 312
python.pep517_backend poetry
github.livecheck.regex {([0-9.]+)}
depends_lib-append port:py${python.version}-colorama \
port:py${python.version}-cryptography \
port:py${python.version}-keyring \
port:py${python.version}-parsedatetime \
port:py${python.version}-dateutil \
port:py${python.version}-pyxdg \
port:py${python.version}-ruamel-yaml \
port:py${python.version}-rich \
port:py${python.version}-tzlocal