19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'openresolv'
|
|
pkgname=openresolv
|
|
version=3.12.0
|
|
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://roy.marples.name/downloads/openresolv/${pkgname}-${version}.tar.xz"
|
|
checksum=42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97
|
|
conf_files="/etc/resolvconf.conf"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|