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

recipes/utils/texi2html/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: texi2html
pkgver: '5.0'
pkgrel: '3'
pkgdesc: 'Converts texinfo documents to HTML'
url: 'http://www.nongnu.org/texi2html/'
arch: x86_64
depends: []
makedepends:
- perl

source:
- 'https://download.savannah.gnu.org/releases/texi2html/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true