#!/bin/mkpkg # description: Text-mode interface for git # url: https://github.com/jonas/tig name=tig version=2.6.1 release=1 source=(https://github.com/jonas/tig/releases/download/tig-$version/tig-$version.tar.gz) sha256sums=( "5adeabdcd93aa0423d618da8b878b53482bef6e0e9e1fe224acc0f18031fe91e" ) build() { cd $name-$version ./configure \ --prefix=/usr \ -sysconfdir=/etc \ --mandir=/usr/share/man \ --with-ncurses \ --with-readline make make DESTDIR=$PKG install install-doc-man } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh