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

recipes/utils/weechat/PAGBUILD.yaml main

52 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
pkgname: weechat
pkgver: '4.10.0'
pkgrel: '1'
pkgdesc: 'IRC client in curses UI. Light and extensible'
url: 'https://www.weechat.org'
arch: x86_64
license:
- GPL3

depends:
- gnutls
- libgcrypt
- openssl

makedepends:
- ruby
- asciidoctor
- cmake
- aspell
- guile
- gnutls
- libgcrypt
- openssl
- lua
- perl
- python
- tcl
- pkgconf
- cjson

source:
- 'https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  cmake -Wno-dev . \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DENABLE_MAN=ON \
        -DENABLE_DOC=ON \
        -DENABLE_JAVASCRIPT=OFF \
        -DENABLE_PHP=OFF \
        -DENABLE_DOC_INCOMPLETE=ON
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true