linux_void/srcpkgs/hctl/template
itmodulo 1197500796
All checks were successful
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s
Update and move gtkcord4 to dissent, update hctl
2024-03-10 00:44:51 +01:00

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
}