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

recipes/core/groff/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: groff
pkgver: '1.24.1'
pkgrel: '1'
pkgdesc: The Groff package contains programs for processing and formatting text.
url: 'https://www.gnu.org/software/groff/'
arch: x86_64
depends: []
makedepends:
- perl
- m4
source:
- 'https://ftp.gnu.org/gnu/groff/groff-${pkgver}.tar.gz'
sha256sums:
- 74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41e7cfd8
build: |
  cd groff-${pkgver}

  PAGE="A4" ./configure --prefix=/usr

  make || make -j1

  make prefix=${PKGDIR}/usr \
  infodir=${PKGDIR}/usr/share/info  install

  ln -sv eqn ${PKGDIR}/usr/bin/geqn
  ln -sv tbl ${PKGDIR}/usr/bin/gtbl
package: |
  true