linux_void/srcpkgs/hctl/template

18 lines
586 B
Plaintext
Raw Permalink Normal View History

2024-01-27 16:06:25 +01:00
# Template file for 'hctl'
pkgname=hctl
version=0.2.6
2024-01-27 16:06:25 +01:00
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"
2024-01-27 16:06:25 +01:00
distfiles="https://github.com/michalszmidt/hctl/archive/refs/tags/${version}.tar.gz"
checksum=852f8e8eb0133f21d2f2183ab31ecda07e907480dde805d1891dc8c0215185ef
2024-01-27 16:06:25 +01:00
post_install() {
vlicense LICENSE
}