19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'openresolv'
|
|
pkgname=openresolv
|
|
version=3.13.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--bindir=/usr/bin"
|
|
hostmakedepends="runit"
|
|
short_desc="Management framework for resolv.conf"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://roy.marples.name/projects/openresolv"
|
|
distfiles="https://github.com/NetworkConfiguration/openresolv/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e16b732b52df50e03fde3e37dd3fb642094248412afe78e6a7cf37c429ffe3ad
|
|
conf_files="/etc/resolvconf.conf"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|