18 lines
522 B
Plaintext
18 lines
522 B
Plaintext
# Template file for 'hctl'
|
|
pkgname=hctl
|
|
version=0.2.5
|
|
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"
|
|
distfiles="https://github.com/michalszmidt/hctl/archive/refs/tags/${version}.tar.gz"
|
|
checksum=d9a67093de0d9de99d3241a031ead07ac11db783e7a190389a879fa9f3360616
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|