17 lines
447 B
Bash
Raw Permalink Normal View History

2020-08-26 18:37:19 -05:00
# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=pacdiff-hook
2022-08-03 22:51:23 -05:00
pkgver=0.3
pkgrel=3
2020-08-26 18:37:19 -05:00
pkgdesc="A hook to run pacdiff after any run of pacman"
arch=('any')
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
license=('GPL')
groups=('tlconfig')
depends=('pacman-contrib')
2020-08-26 18:37:19 -05:00
source=("pacdiff.hook")
2022-08-03 22:53:53 -05:00
md5sums=('bba2d66a6beb82b96030172149e5b3db')
2020-08-26 18:37:19 -05:00
package() {
install -Dm644 pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/zz-pacdiff.hook
2020-08-26 18:37:19 -05:00
}