linux_void/srcpkgs/hctl/template

18 lines
586 B
Plaintext

# Template file for 'hctl'
pkgname=hctl
version=0.2.6
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI tool to merge hostlists for dns blocker like pihole"
maintainer="ITmodulo <itmodulo@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/michalszmidt/hctl"
changelog="https://github.com/michalszmidt/hctl/releases"
distfiles="https://github.com/michalszmidt/hctl/archive/refs/tags/${version}.tar.gz"
checksum=852f8e8eb0133f21d2f2183ab31ecda07e907480dde805d1891dc8c0215185ef
post_install() {
vlicense LICENSE
}