Migrate
Some checks failed
Release xbps for amd64 / compilation-amd64 (push) Failing after 1m22s

This commit is contained in:
ITmodulo 2024-01-27 16:06:25 +01:00
commit fc8212c51e
22 changed files with 383 additions and 2 deletions

17
srcpkgs/hctl/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}