2021-08-14 19:03:13 -04:00
|
|
|
# -*- 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 golang 1.0
|
|
|
|
|
|
2025-03-12 01:30:16 -04:00
|
|
|
go.setup github.com/mbrt/gmailctl 0.11.0 v
|
2021-08-14 19:03:13 -04:00
|
|
|
revision 0
|
|
|
|
|
|
2021-12-11 01:03:53 -05:00
|
|
|
description \
|
|
|
|
|
Declarative configuration for Gmail filters
|
2021-08-14 19:03:13 -04:00
|
|
|
|
2021-12-11 01:03:53 -05:00
|
|
|
long_description \
|
|
|
|
|
This utility helps you generate and maintain Gmail filters in a \
|
|
|
|
|
declarative way. It has a Jsonnet configuration file that aims to be \
|
|
|
|
|
simpler to write and maintain than using the Gmail web interface, to \
|
|
|
|
|
categorize, label, archive and manage your inbox automatically.
|
2021-08-14 19:03:13 -04:00
|
|
|
|
|
|
|
|
categories mail
|
2021-09-13 15:43:19 -04:00
|
|
|
installs_libs no
|
2021-12-11 01:03:53 -05:00
|
|
|
license MIT
|
2021-08-14 19:03:13 -04:00
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
2022-06-01 08:44:06 -04:00
|
|
|
# Allow Go to fetch dependencies at build time
|
2023-08-10 13:41:21 -04:00
|
|
|
go.offline_build no
|
2022-06-01 08:44:06 -04:00
|
|
|
|
2021-08-14 19:03:13 -04:00
|
|
|
build.target ./cmd/${name}
|
|
|
|
|
|
2025-03-12 01:30:16 -04:00
|
|
|
checksums rmd160 abf759c9d87eaaee51e8dda57a2199b5494ba292 \
|
|
|
|
|
sha256 6a299e60cfd5e58a327d2768cb9ce791b87d2e8be5293d29a4f4919d00cca2cf \
|
|
|
|
|
size 98428
|
2022-06-01 08:44:06 -04:00
|
|
|
|
2021-08-14 19:03:13 -04:00
|
|
|
destroot {
|
|
|
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
|
|
|
}
|