mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 12:35:10 +02:00
18 lines
586 B
Bash
18 lines
586 B
Bash
# Template file for 'openresolv'
|
|
pkgname=openresolv
|
|
version=3.14.1
|
|
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=72ae29f2e207039a8c55857fadc428026c26e9aa358cf772aa59cf635e643d4a
|
|
conf_files="/etc/resolvconf.conf"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|