# Maintainer Filip Parag pkgname=wikiman pkgver=2.11.3 pkgrel=1 pkgdesc="Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation." arch=('any') url="https://github.com/filiparag/wikiman" license=('MIT') makedepends=('make') depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils' 'sed' 'grep') optdepends=('arch-wiki-docs: enable Arch Wiki') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") sha256sums=('e04731753d3c34fa7ba68559c39eb8b6e42c9d84c3c37492b52cafa18da495b3') backup=('etc/wikiman.conf') package() { cd "${pkgname}-${pkgver}" make prefix=${pkgdir} install }