summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ff09108ceb9d9e7d9719c39993f0eadff41c2250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>

pkgname=rebuild-detector
pkgver=1.1.0
pkgrel=1
pkgdesc="Pacman hook to automatically detect which packages need to be rebuilt"
arch=("any")
license=("MIT")
source=("rebuild-detector"
        "rebuild-detector.sig"
        "rebuild-detector.hook"
        "rebuild-detector.hook.sig")
sha256sums=('283874f80ef3ee9c93751df25362864e4fefa626ed22bd69be38d2c5fa044342'
            'SKIP'
            'f40d3fbc90c62a7d38795ce1a6600edac3acf2041ea4a4fc987842b6fde5555a'
            'SKIP')
validpgpkeys=("EB4F9E5A60D32232BB52150C12C87A28FEAC6B20")

package() {
    install -Dm755 rebuild-detector -t "$pkgdir/usr/share/libalpm/scripts/"
    install -Dm644 rebuild-detector.hook -t "$pkgdir/usr/share/libalpm/hooks/"
}

# vim:set ts=4 sw=4 et: