aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 296aa85bd8827c94d0e6c2253d6721a42a53a977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=update-mirrors
pkgver=0.1.0
pkgrel=1
pkgdesc="Automatically update the pacman mirrorlist"
arch=('any')
url="https://github.com/ryuslash/update-mirrors"
license=('GPL3')
depends=('curl')
source=('config.sh' 'update-mirrors' 'update-mirrors.hook')
md5sums=('f346650dfe6e27c04857fe818e164981'
         'bbc657bf2f3305c05a187bfae0340187'
         'da17120353c50b53f7478f72bbac04e8')

package() {
    install -Dm755 config.sh "${pkgdir}/etc/xdg/update-mirrors/config.sh"
    install -Dm755 update-mirrors "${pkgdir}/usr/bin/update-mirrors"
    install -Dm755 update-mirrors.hook "${pkgdir}/etc/pacman.d/hooks/update-mirrors.hook"
}