# Description: A tool to write command line option parsing code for C programs. # Maintainer: Aaron Ball, nullspoon at oper dot io # URL: https://www.gnu.org/software/gengetopt/gengetopt.html # Depends on: texinfo name=gengetopt version=2.23 release=1 source=(https://ftp.gnu.org/gnu/${name}/${name}-${version}.tar.xz) build() { cd ${name}-${version} ./configure --prefix=/usr make make DESTDIR=${PKG} install rm -r "${PKG:?}/usr/share/doc" }