# Maintainer: Aurelien Desbrieres # Contributor: Diogo Leal # Contributor: Luke Shumaker # Contributor: Matthias Maennich pkgname=command-not-found pkgver=0.4.5 pkgrel=1 pkgdesc="In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh)." arch=('i686' 'x86_64') url="http://github.com/metti/command-not-found" license=('GPL3') depends=('boost-libs' 'tdb' 'libarchive' 'wget') makedepends=('boost' 'cmake') install='install' source=("libre://$pkgname-$pkgver.tar.gz") mksource=("$pkgname-$pkgver::git+https://github.com/metti/$pkgname.git#tag=v${pkgver}") mkmd5sums=('SKIP') build() { cd "$srcdir/$pkgname-$pkgver" cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX="" src make } package(){ cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } md5sums=('c055522251b2c58b9c6e0d0f0df481c0')