1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: ntfy
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Ahmad Khalifa <ahmad@khalifa.ws>,
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any (>= 1.19.8),
golang-github-emersion-go-sasl-dev,
golang-github-emersion-go-smtp-dev,
golang-github-gabriel-vasile-mimetype-dev,
golang-github-gorilla-websocket-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-microcosm-cc-bluemonday-dev,
golang-github-olebedev-when-dev,
golang-github-prometheus-client-golang-dev,
golang-github-stretchr-testify-dev <!nocheck>,
golang-github-urfave-cli-v2-dev,
golang-golang-x-crypto-dev,
golang-golang-x-sync-dev,
golang-golang-x-term-dev,
golang-golang-x-time-dev,
golang-google-api-dev,
golang-gopkg-yaml.v2-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/binwiederhier/ntfy
Vcs-Browser: https://salsa.debian.org/go-team/packages/ntfy
Vcs-Git: https://salsa.debian.org/go-team/packages/ntfy.git
XS-Go-Import-Path: heckel.io/ntfy
Package: ntfy
Architecture: any
Section: utils
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Static-Built-Using:
${misc:Static-Built-Using},
Description: Send push notifications to your phone or desktop
ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification
service. With ntfy, you can send notifications to your phone or desktop
via scripts from any computer, without having to sign up or pay any
fees. If you'd like to run your own instance of the service, you can
easily do so since ntfy is open source.
.
This package provides the client and server for ntfy.
|