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

recipes/core/texinfo/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: texinfo
pkgver: '7.3'
pkgrel: '1'
pkgdesc: Texinfo is the official documentation format of the GNU project.
url: 'http://www.gnu.org/software/texinfo'
arch: x86_64
depends: []
makedepends:
- perl
source:
- 'https://ftp.gnu.org/gnu/${pkgname}/texinfo-${pkgver}.tar.xz'
sha256sums:
- 51f74eb0f51cfa9873b85264dfdd5d46e8957ec95b88f0fb762f63d9e164c72e
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make install DESTDIR=${PKGDIR}
package: |
  true