🔒 Repository is read-only – file editing is disabled.

recipes/gui/hexchat/PAGBUILD.yaml main

47 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
pkgname: hexchat
pkgver: '2.16.2'
pkgrel: '4'
pkgdesc: 'IRC chat program. It allows you to join multiple IRC channels at the sametime'
url: 'https://dl.hexchat.net/hexchat'
arch: x86_64
depends:
- 'desktop-file-utils'
- 'shared-mime-info'

makedepends:
- ninja
- meson
- 'iso-codes'
- glib
- gtk2
- lua
- dbus
- 'python-cffi'
- libnotify
- libcanberra
- openssl
- pciutils
- python
- 'desktop-file-utils'
- 'shared-mime-info'

source:
- 'https://github.com/hexchat/hexchat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build 
  cd build

  sed -i 's/ERR_remove_state(0)/ERR_clear_error()/' ../src/common/ssl.c

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

package: |
  true