# Maintainer: graysky pkgname=modprobed-db pkgver=2.44 pkgrel=1 pkgdesc='Keeps track of EVERY kernel module ever used - useful for make localmodconfig' arch=('any') license=('MIT') depends=('kmod') optdepends=('sudo: needed for recall function') replaces=('modprobed_db') conflicts=('modprobed_db') url="https://wiki.archlinux.org/index.php/Modprobed-db" source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('712fbc6ff40f439a688fc2e3d1fbd81226a24ef63ce37aa086c30cdd2c6e7047') install=readme.install build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -Dm644 MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }