mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: cni-plugin-dnsname-1.3.1
This commit is contained in:
parent
588051cc8e
commit
19c0ad7e27
1 changed files with 24 additions and 0 deletions
24
srcpkgs/cni-plugin-dnsname/template
Normal file
24
srcpkgs/cni-plugin-dnsname/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'cni-plugin-dnsname'
|
||||
pkgname=cni-plugin-dnsname
|
||||
version=1.3.1
|
||||
revision=1
|
||||
wrksrc="dnsname-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/dnsname"
|
||||
go_package="${go_import_path}/plugins/meta/dnsname"
|
||||
depends="dnsmasq"
|
||||
short_desc="Name resolution for containers"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/dnsname"
|
||||
changelog="https://github.com/containers/dnsname/blob/main/RELEASE_NOTES.md"
|
||||
distfiles="https://github.com/containers/dnsname/archive/v${version}.tar.gz"
|
||||
checksum=a9319a1829e242b4769697650f7df63a635eda7369ba659618d49056b78bf3ce
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/cni
|
||||
mv "${DESTDIR}/usr/bin/dnsname" "${DESTDIR}/usr/libexec/cni/dnsname"
|
||||
vdoc README.md
|
||||
vdoc README_PODMAN.md
|
||||
vsconf example/foobar.conflist
|
||||
}
|
Loading…
Add table
Reference in a new issue