🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: gawk
pkgver: '5.4.1'
pkgrel: '1'
pkgdesc: The Gawk package contains programs for manipulating text files.
url: 'http://www.gnu.org/software/gawk/'
arch: x86_64
license:
- GPL-3.0-or-later
depends: []
makedepends:
- gmp
- mpfr
source:
- 'https://ftp.gnu.org/gnu/gawk/gawk-${pkgver}.tar.xz'
sha256sums:
- 07f6f7342b7febe4313fc2c2542ad93d64fe20ad8717200109f105a826f5fd37
build: |
cd gawk-${pkgver}
sed -i 's/extras//' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
# Documentation
mkdir -vp ${PKGDIR}/usr/share/doc/gawk-${pkgver}
cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} \
${PKGDIR}/usr/share/doc/gawk-${pkgver}
package: |
true