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

recipes/core/sed/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: sed
pkgver: '4.10'
pkgrel: '1'
pkgdesc: Takes text input, do some operation on it, and outputs the modified text.
url: 'https://www.gnu.org/software/sed//sed.html'
arch: x86_64
depends: []
makedepends:
- texinfo
source:
- 'https://ftp.gnu.org/gnu/sed/sed-${pkgver}.tar.xz'
sha256sums:
- b8e72182b2ec96a3574e2998c47b7aaa64cc20ce000d8e9ac313cc07cecf28c7
build: "cd sed-${pkgver}\nif [ -L /tools ];then\n\tsed -i 's/usr/tools/'       build-aux/help2man\nfi\nsed -i 's/panic-tests.sh//'\
  \ Makefile.in\n\n./configure --prefix=/usr --htmldir=/usr/share/doc/${pkgname}\nmake\nmake html\nmake check || true\nmake\
  \ DESTDIR=${PKGDIR} install\ninstall -d m755 ${PKGDIR}/usr/share/doc/${pkgname}\ninstall -m644 doc/sed.html ${PKGDIR}/usr/share/doc/${pkgname}\n"
package: |
  true