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

recipes/utils/links/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: links
pkgver: '2.30'
pkgrel: '5'
pkgdesc: Text and graphics mode WWW browser. It includes support for rendering tables and frames
url: 'https://links.twibright.com/'
arch: x86_64
depends: []
makedepends:
- gpm
- libpng
- libtiff
- libjpeg-turbo
source:
- 'https://links.twibright.com/download/links-${pkgver}.tar.bz2'
sha256sums:
- c4631c6b5a11527cdc3cb7872fc23b7f2b25c2b021d596be410dadb40315f166
build: |
  cd ${pkgname}-${pkgver}

  sed '/*strchr/s/cast_const_char //g' -i ftp.c

  ./configure --prefix=/usr --enable-graphics \
  --mandir=/usr/share/man

  make
  make DESTDIR=${PKGDIR} install
  mkdir -p ${PKGDIR}/usr/share/doc/${pkgname}
  install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
  ${PKGDIR}/usr/share/doc/${pkgname}
package: |
  true