summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8058b3df3fc173d74f1d3c3bf6ea2a4680be60d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer:  Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Lars Rustand <rustand dot lars at gmail dot com>

pkgname=pacman-pkgfile-hook
pkgver=1.0.0
pkgrel=2
pkgdesc='Pacman hook to update the pkgfile database.'
arch=('any')
license=('unknown')
depends=('pkgfile')
source=('pkgfile.hook')
md5sums=('fb898371b45dbb50e35404ac9be8a43b')

package() {
  install -D -m0644 "${srcdir}/pkgfile.hook" "${pkgdir}/usr/share/libalpm/hooks/pkgfile.hook"
}