blob: 8aaf887acd85a5a0036419af144c735a3770fd07 (
plain)
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
|
# This is not a real Debian control file, though the syntax is compatible.
# It's project metadata for the shipper tool
Package: irker
Description: An IRC client that runs as a daemon accepting notification requests.
You preesnt them JSON objects presented to a listening socket. It is
meant to be used by hook scripts in version-control repositories,
allowing them to send commit notifications to project IRC channels.
A hook script that works with git, hg, and svn is included in the
distribution.
#XBS-Destinations: freshcode
Homepage: http://www.catb.org/~esr/irker
XBS-HTML-Target: index.html
XBS-Repository-URL: https://gitlab.com/esr/irker
XBS-OpenHub-URL: http://www.openhub.net/p/irker
XBS-IRC-Channel: irc://chat.freenode.net/#irker
XBS-Logo: irker-logo.png
XBS-VC-Tag-Template: %(version)s
|