Ubuntu Pastebin

Paste from hikiko at Fri, 3 Jun 2016 16:42:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
version: 1.0
summary: IRC client for X based on X-Chat 2
description: HexChat is a graphical IRC client with a GTK+ GUI. Features include Python and Perl scripting support, a plugin API, multiple server/channel windows, spell checking, multiple authentication methods including SASL, and customizable notifications. For more information on IRC, see http://irchelp.org/.
confinement: strict

parts:
    hexchat:
        plugin: autotools 
        source: git://github.com/hexchat/hexchat.git

        build-packages:
            - liblua5.3-dev
            - libluajit-5.1-dev
        snap:
            - -lib/pkgconfig

apps:
    hexchat:
        command: usr/bin/hexchat
        plugs: [network, x11]
Download as text