aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3a1e4d10730a3b67ab6601b550101b2780754c2a (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: Manoel Brunnen <manoel.brunnen@gmail.com>

pkgname=fetcher
pkgver=2.0
pkgrel=1
pkgdesc="Automatic update of git repositories via a systemd service."
arch=('any')
url="https://github.com/mbrunnen/fetcher"
license=('MIT')
groups=()
depends=('git')
install="$pkgname.install"
source=("fetcher.sh"
        "fetcher.service")
noextract=()

package() {
    install -Dm644 $srcdir/fetcher.service $pkgdir/usr/lib/systemd/user/fetcher.service
    install -Dm755 $srcdir/fetcher.sh $pkgdir/usr/bin/fetcher
}

# vim:set ft=sh:
md5sums=('7850769db5609291b9aef320b87d9f15'
         'dab6b2be6bfbd3f2b77b000814e1e9fd')