url="https://dl.hexchat.net/hexchat"
description="IRC chat program. It allows you to join multiple IRC channels at the sametime"

contributors="Berlius,Greg,Spiky,Tnut"
packager="Tnut <tnut@nutyx.org>"

name=hexchat
version=2.16.1
release=3

makedepends=(ninja meson iso-codes glib gtk2 lua dbus python-cffi
             libnotify libcanberra openssl pciutils
             python desktop-file-utils shared-mime-info)
run=(desktop-file-utils shared-mime-info)

source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
 
build() {

cd $name-$version

mkdir build 
cd build

meson --prefix=/usr -Dwith-lua=lua ..
ninja
DESTDIR=$PKG ninja install
}
