# Description: The one, true implementation of AWK # URL: https://github.com/onetrueawk/ # (Really: https://www.cs.princeton.edu/~bwk/btl.mirror/) # Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu name=nawk version=20220912 realn=awk gitver=9e248c317b88470fc86aa7c988919dc49452c88c release=1 source=( https://github.com/onetrueawk/${realn}/archive/\ ${gitver}/${realn}-${version}.tar.gz ) build() { cd ${realn}-${gitver} make install -D a.out "${PKG}"/usr/bin/${name} install -D -m 0644 awk.1 "${PKG}"/usr/share/man/man1/${name}.1 } # s-sh-mode