# -*- 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        gnebbia kb 0.1.7 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

license             GPL-3
categories          office python
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         A minimalist knowledge base manager

long_description    kb is a text-oriented minimalist command line knowledge \
                    base manager. kb can be considered a quick note \
                    collection and access tool oriented toward software \
                    developers, penetration testers, hackers, students or \
                    whoever has to collect and organize notes in a clean way. \
                    Although kb is mainly targeted on text-based note \
                    collection, it supports non-text files as well (e.g., \
                    images, pdf, videos and others).

checksums           rmd160  63d57b760b6005fd316d5ab1e5ff84da44f6fc43 \
                    sha256  df427cd70c99953e866d048be12eef7d1647ef685bca3a98f1d2bbd541e4cffc \
                    size    14476129

python.default_version  311

depends_build-append    port:py${python.version}-setuptools

depends_lib-append      port:py${python.version}-attr \
                        port:py${python.version}-attrs \
                        port:py${python.version}-colored \
                        port:py${python.version}-gitpython \
                        port:py${python.version}-toml
