1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ignacio Galmarino <igalmarino@gmail.com>
7 pkgdesc="resolv.conf management framework (resolvconf)"
8 url="https://roy.marples.name/projects/openresolv"
17 backup=(etc/resolvconf.conf)
18 _commit=1afa8e2c1c7bdd5362afb2cc482e85fb01cf5f6d # tags/v3.13.1^0
19 source=("git+https://github.com/NetworkConfiguration/openresolv#commit=$_commit")
24 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
32 local configure_options=(
35 --libexecdir=/usr/lib/resolvconf
40 ./configure "${configure_options[@]}"
46 make DESTDIR="$pkgdir" install
47 install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
50 # vim:set sw=2 sts=-1 et: