# Maintainer: William Pitcock pkgname=command-not-found pkgver=0.2 pkgrel=0 pkgdesc="friendly command not found handling" url="https://github.com/kaniini/command-not-found" arch="noarch" license="MIT" depends="" makedepends="" install="" subpackages="" # eventually $pkgname-zsh and others source="command-not-found-$pkgver.tar.gz::https://github.com/kaniini/command-not-found/archive/v$pkgver/command-not-found-$pkgver.tar.gz" builddir="$srcdir/command-not-found-$pkgver" options="!check" # no testsuite package() { cd "$builddir" install -d -D -m755 "$pkgdir"/usr/libexec "$pkgdir"/etc/profile.d/ install -m755 command-not-found.sh "$pkgdir"/usr/libexec/command-not-found install -m755 profiles/command-not-found.ash "$pkgdir"/etc/profile.d/command-not-found.sh } sha512sums="93521acb196874e5898471a3f3c9cf09fe1585449c9a8efbdff6d53f3d5f5ef8133faeed1e44ce92deec9ba6366bd5100429bad17786f5458b9d092958e7f1d6 command-not-found-0.2.tar.gz"