#!/bin/mkpkg # description: Readline wrapper for any command # url: https://github.com/hanslub42/rlwrap name=rlwrap version=0.48 release=1 depends=(readline ncurses) source=(https://github.com/hanslub42/rlwrap/releases/download/v$version/$name-$version.tar.gz) sha256sums=( "cdf69074a216a8284574dddd145dd046c904ad5330a616e0eed53c9043f2ecbc" ) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --without-libptytty make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh